i have a data sets like
x y z
and
x1 y1
i want to create a 1km2 around x1 and y1. this is to enable me accomodate z from table 1 into the square grid.however, z will be based on mean value as there might be multiple values of table 1 that will fall into table 2 where buffer has been created for x1 and y1
please is there any help that you could offer in terms of coding in R?
the output table would look like
x1 y1 z(avr)