[,AQuadtree-method {AQuadtree} | R Documentation |
Method [
## S4 method for signature 'AQuadtree'
x[i, j, ..., drop = TRUE]
x |
an object of class AQuadtree. |
i , j |
elements to extract. |
... |
passed through. |
drop |
passed on to [ indexing operator. |
Extract a part of a AQuadtree object
An AQuadtree object with the selected subset of rows or columns from the input object.