merge,AQuadtree,data.frame-method {AQuadtree} | R Documentation |
Method merge.
## S4 method for signature 'AQuadtree,data.frame'
merge(x, y)
x |
an object of class AQuadtree. |
y |
an object of class data.frame |
Merges the AQuadtree object data with the data.frame on the columns "cellCode" and cellNum"
An AQuadtree object where the data is extended with the input data.frame