drivers {virtualPollen} | R Documentation |
Drivers with different temporal autocorrelation.
Description
A dataframe with 20000 rows and 4 columns (years) containing two drivers (A and B) generated by simulateDriver
with different temporal autocorrelations (200 and 600). Each driver represents a period of 5000 years. This dataset is is meant to be used as input for simulatePopulation
Usage
data(drivers)
Format
Dataframe with 4 columns and 20000 rows.
Details
-
time integer, represents time from 0 to 10000, where 0 is the oldest sample, and 10000 is the newest one (opposite to the general interpretation of age in palaeoecology!).
-
driver character, values are
A
andB
-
autocorrelation.length numeric, values are 200, 600, and 1800.
-
value numeric, value of the driver for the given
time
, driver, and autocorrelation.length.
Author(s)
Blas M. Benito <blasbenito@gmail.com>
See Also
[Package virtualPollen version 1.0.1 Index]