df_from_region_series {pastclim}R Documentation

Extract data frame from a region series

Description

Extract the climatic information from a region series and organise them as a data frame.

Usage

df_from_region_series(x, xy = TRUE)

Arguments

x

climate time series generated with region_series()

xy

a boolean whether x and y coordinates should be added to the dataframe (default to TRUE)

Details

To extract a data frame from a region slice, see df_from_region_slice().

Value

a data.frame where each cell each raster layer (i.e. timestep) is a row, and the available variables are columns.


[Package pastclim version 2.1.0 Index]