circularPlot {sampSurf} | R Documentation |
circularPlot
"
This generic function has only one method
(circularPlot-methods
) used as a constructor function for
objects that are of class "circularPlot
". This
method should be used in preference to new
to insure a
valid object.
circularPlot(radius, ...)
radius |
This is the signature argument: The fixed-plot radius in the correct units |
... |
Arguments that are defined in |
Only one method currently exists for object generation. Its arguments
are documented in circularPlot-methods
.
A valid object of class "circularPlot
"
Jeffrey H. Gove
cp = circularPlot(37.237, units='English', center=c(x=10,y=3)) summary(cp) plot(cp, axes=TRUE, showPlotCenter=TRUE, cex=2.5)