update_rasterize | R Documentation |
Update current rasterize for the next iteration.
update_rasterize(old_rasterized, extent, new_spatvector, col)
old_rasterized |
SpatRaster used in the current iteration. |
extent |
Extent of the cells corresponding to the coordinates with the highest concentration for the current iteration.Extent is output from terra::ext(). |
new_spatvector |
Updated SpatVector for next iteration. |
col |
Character. Variable name in |
Spatial extent refers to the geographic area covered by a spatial dataset. It defines the boundaries in terms of its geographic coordinates (north, east, south, west).
Martin Haringa
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.