circularPlot {sampSurf}R Documentation

Generate Objects of Class "circularPlot"

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

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

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

[Package sampSurf version 0.7-4 Index]