View source: R/is_region_series.R
is_region_series | R Documentation |
A region series is a terra::SpatRasterDataset
for which each sub-dataset
is a variable, and all variables have the same number of time steps.
is_region_series(x, strict = FALSE)
x |
a |
strict |
a boolean defining whether to preform a thorough test (see description above for details). |
The standard test only checks that all sub-datasets (each of which is a
terra::SpatRaster
) have the same number of layers. The more thorough test
(obtained with strict=TRUE) actually checks that all variables have the
same identical time steps by comparing the result of terra::time()
applied
to each variable.
TRUE if the object is a region series
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.