View source: R/create_circle.R
create_circle | R Documentation |
Create circular boundary centred on a set location
create_circle(location, radius = 1000)
location |
A vector consisting of easting and northing,
e.g. |
radius |
Radius (in metres) around the location to be displayed. |
A circular st polygon.
create_circle(location = c(349950, 673605), radius = 1500)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.