Learn R Programming

sampSurf (version 0.7-6)

circularPlot: 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

Value

A valid object of class "'>circularPlot"

Details

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

See Also

circularPlot-methods

Examples

Run this code
# NOT RUN {
cp = circularPlot(37.237, units='English', center=c(x=10,y=3))
summary(cp)
plot(cp, axes=TRUE, showPlotCenter=TRUE, cex=2.5)
# }

Run the code above in your browser using DataLab