spectre.area | R Documentation |
Downloads SPECTRE segments according to a bounding box selection.
spectre.area(
index,
ext = c(-180, 180, -60, 90),
normalize = FALSE,
filepath = NULL
)
index |
numeric. A vector of integers specifying the layers. Refer to the list. |
ext |
numeric or SpatExtent. A vector of |
normalize |
character or logical. Either logical on whether data should be normalized
for the given interval or a character specifying a type of normalization. Type
default to "standard". Check |
filepath |
character. An optional user defined path for the final output. If |
SpatRaster.
## Not run:
regional_threats = spectre.area(3, terra::ext(-17.3,-16.6,32.6,32.9), normalize = FALSE)
terra::plot(regional_threats[[1]], main = "Human Density")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.