View source: R/df_from_region_series.R
df_from_region_series | R Documentation |
Extract the climatic information from a region series and organise them as a data frame.
df_from_region_series(x, xy = TRUE)
x |
climate time series generated with |
xy |
a boolean whether x and y coordinates should be added to the dataframe (default to TRUE) |
To extract a data frame from a region slice, see df_from_region_slice()
.
a data.frame where each cell each raster layer (i.e. timestep) is a row, and the available variables are columns.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.