spplot,AQuadtree-method {AQuadtree}R Documentation

spplot AQuadtree-method

Description

Method spplot

Usage

## S4 method for signature 'AQuadtree'
spplot(obj, zcol = NULL, by.density = TRUE, residual = TRUE, ...)

Arguments

obj

an object of class AQuadtree.

zcol

character; attribute name(s) or column number(s) in attribute table

by.density

logical; if TRUE cell values specified in zcol are divided by cell areas

residual

logical; if TRUE cells marked as residual cells are included

...

passed through.

Details

Plots a AQuadtree object as a spatial object with its data

Value

Creates a lattice plot of class "trellis" created with the spplot method in the sp package


[Package AQuadtree version 1.0.4 Index]