View source: R/sp_create_ellipse.R
sp_create_ellipse | R Documentation |
Function to create a elliptical polygon from a point, usually used for filtering.
sp_create_ellipse( latitude, longitude, width = 0.01, projection = projection_wgs84() )
latitude |
Latitude of a point. |
longitude |
Longitude of a point. |
width |
Width of radius. |
projection |
A projection string. Default is the WGS84 string. |
Stuart K. Grange
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.