Description Usage Arguments Details Value Author(s) See Also Examples
This function simply creates a circular polygon object that is of class
"SpatialPolygons
". It also creates a
"SpatialPoints
" object holding the center point of
the circle.
1 2 3 4 5 6 |
radius |
The radius of the circle in the appropriate units. |
spUnits |
Object of class |
centerPoint |
The circle's center location in the appropriate units. This is a vector of length two with names "x" and "y". |
nptsPerimeter |
The number of points forming the perimeter of the polygon. |
spID |
A unique identifier that will be used in displaying the spatial polygon. |
... |
Not used currently. |
The polygon created for the circle will always have the
individual internal "Polygon
" object named
‘pgCircle
’, while the internal
"Polygons
" object will be named
‘pgsCircle
’. These may need to be renamed in the
returned object to make more sense. See the sp package for more
details.
A list with the following components...
spCircle |
The " |
location |
The " |
Jeffrey H. Gove
The standingTree
constructor.
1 2 3 4 |
Loading required package: sp
Loading required package: raster
Loading required package: rasterVis
Loading required package: lattice
Loading required package: latticeExtra
Loading required package: RColorBrewer
Loading required package: boot
Attaching package: 'boot'
The following object is masked from 'package:lattice':
melanoma
sampSurf version 0.7-3 (2015-04-14)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.