View source: R/process_auxiliary.R
apply_extent | R Documentation |
User-defined extent is used to filter the data.
apply_extent(data, extent, geom)
data |
sf/terra object. |
extent |
numeric(4). Extent to filter the data. Should be ordered as c(xmin, xmax, ymin, ymax). |
geom |
character(1 or 2). Geometry type for if |
sf/terra object with the extent applied.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.