Description Usage Arguments Value Author(s) See Also Examples
This is a unifying wrapper around functionality of various packages dealing with spatial data. It computes the intersection of a circular domain and a polygonal domain (whose class defines the specific method).
| 1 2 3 4 5 6 7 8 9 | intersectPolyCircle(object, center, radius, ...)
## S3 method for class 'owin'
intersectPolyCircle(object, center, radius, npoly = 32, ...)
## S3 method for class 'SpatialPolygons'
intersectPolyCircle(object, center, radius, npoly = 32, ...)
## S3 method for class 'gpc.poly'
intersectPolyCircle(object, center, radius, npoly = 32,
                   useGEOS = FALSE, ...)
 | 
| object | a polygonal domain of one of the supported classes. | 
| center,radius,npoly | see  | 
| useGEOS | logical indicating if package rgeos
( | 
| ... | potential further arguments (from the generic). | 
a polygonal domain of the same class as the input object.
Sebastian Meyer
discpoly to generate a polygonal approximation to a disc
| 1 2 3 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.