merge,AQuadtree,data.frame-method {AQuadtree} | R Documentation |
Merge an AQuadtree object with a data.frame
Description
Method merge.
Usage
## S4 method for signature 'AQuadtree,data.frame'
merge(x, y)
Arguments
x |
an object of class AQuadtree. |
y |
an object of class data.frame |
Details
Merges the AQuadtree object data with the data.frame on the columns "cellCode" and cellNum"
Value
An AQuadtree object where the data is extended with the input data.frame
[Package AQuadtree version 1.0.4 Index]