Description Usage Arguments Value
View source: R/traviz-methods.R
Aggregate raster to region of interest
1 2 3 4 5 6 7 | aggregate_raster_region(
raster,
xmin = NULL,
xmax = NULL,
ymin = NULL,
ymax = NULL
)
|
xmin |
min x value |
xmax |
max x calue |
ymin |
min y value |
ymax |
max y value |
rasterized |
rasterized object |
Cropped raster to ROI
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.