ra_summarise | R Documentation |
Function to summarise each raster layer and return results in a tibble.
ra_summarise(
ra,
f = mean,
na.rm = TRUE,
by_layer = TRUE,
variable_as_date = FALSE,
tz = "UTC"
)
ra |
Raster object. |
f |
Summary function. |
na.rm |
Should |
by_layer |
Should each layer be summarised? |
variable_as_date |
Are the variables/names of the |
tz |
If |
Tibble.
Stuart K. Grange
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.