circularPlot: Generate Objects of Class "'circularPlot'"

Description Usage Arguments Details Value Author(s) See Also Examples

Description

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.

Usage

1
circularPlot(radius, ...)

Arguments

radius

This is the signature argument: The fixed-plot radius in the correct units

...

Arguments that are defined in circularPlot-methods

Details

Only one method currently exists for object generation. Its arguments are documented in circularPlot-methods.

Value

A valid object of class "circularPlot"

Author(s)

Jeffrey H. Gove

See Also

circularPlot-methods

Examples

1
2
3
cp = circularPlot(37.237, units='English', center=c(x=10,y=3))
summary(cp)
plot(cp, axes=TRUE, showPlotCenter=TRUE, cex=2.5)

sampSurf documentation built on March 5, 2021, 5:06 p.m.