View source: R/create_study_extent.R
create_study_extent | R Documentation |
Create study extent
create_study_extent( obs, lon = "lon", lat = "lat", proj = NULL, method = "box", width_buffer = NULL, mask = NULL, shapefile_path = NULL )
obs |
data frame, containing the observations |
lon |
string, name of the longitude column |
lat |
string, name of the latitude column |
proj |
character, initial projection of the xy coordinates |
method |
string, "box", "mcp", "buffer" or "user_shapefile" |
width_buffer |
int, buffer width around observations, box or mcp. |
mask, |
spat vector, mask to apply to the study area. |
shapefile_path, |
string, path to the user shapefile. |
spatial points
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.