sp (version 0.7-10)

panel.spplot: panel and panel utility functions for spplot

Description

panel functions for spplot functions, and functions that can be useful within these panel functions

Usage

sp.pagefn(n)
spplot.key(sp.layout, rows = 1, cols = 1)
SpatialRingsRescale(obj, offset, scale = 1, fill = "black", col = "black",...)
sp.lines(obj, col = 1, ...)
sp.points(obj, pch = 3, ...)
sp.polygon(obj, col = 1, ...)
sp.text(loc, txt, ...)

Arguments

n
ignored
sp.layout
list; see spplot for definition
rows
integer; panel row(s) for which the layout should be drawn
cols
integer; panel column(s) for which the layout should be drawn
obj
object of class SpatialRings-class for SpatialRingsRescale; of class SpatialLines-class, Slines-class or
offset
offset for shifting a Rings object
scale
scale for rescaling
fill
fill color
col
line color
pch
plotting character
loc
numeric vector of two elements
txt
text to be plotted
...
arguments passed to the underlying lattice or grid functions

References

http://r-spatial.sourceforge.net/ has a graph gallery with examples with R code.

See Also

spplot, spplot-methods