circularPlot-methods {sampSurf}R Documentation

Methods for "circularPlot" Object Construction in package ‘sampSurf’

Description

There is currently only one method based on the circularPlot generic that is used for object construction. It is detailed below.

Methods

signature(radius = "numeric")

This method takes the plot radius as the signature argument along with other optional aruments described as follows...

usage...

circularPlot(radius,
             units = 'metric',
             spUnits = CRS(projargs=as.character(NA)),
             centerPoint = c(x=0, y=0),  
             description = 'fixed area circular plot',
             nptsPerimeter = 100,
             spID = unlist(strsplit(tempfile('cp:',''),'\/'))[2],
             ...) 

[Package sampSurf version 0.7-5 Index]