[,AQuadtree-method {AQuadtree}R Documentation

[ AQuadtree-method

Description

Method [

Usage

## S4 method for signature 'AQuadtree'
x[i, j, ..., drop = TRUE]

Arguments

x

an object of class AQuadtree.

i, j

elements to extract.

...

passed through.

drop

passed on to [ indexing operator.

Details

Extract a part of a AQuadtree object

Value

An AQuadtree object with the selected subset of rows or columns from the input object.


[Package AQuadtree version 1.0.4 Index]