plot,AQuadtree,missing-method {AQuadtree} | R Documentation |
plot AQuadtree-method
Description
Method plot
Usage
## S4 method for signature 'AQuadtree,missing'
plot(x, ..., residual = TRUE, add = FALSE, col)
Arguments
x |
an object of class AQuadtree. |
... |
passed through. |
residual |
logical; if TRUE cells marked as residual cells are included |
add |
logical. TRUE to add plot to the current existing plot |
col |
default plotting color |
Details
Plot an object of class AQuadtree.
Value
none
[Package AQuadtree version 1.0.4 Index]