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
data(drivers)
Dataframe with 4 columns and 20000 rows.
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
and B
autocorrelation.length numeric, values are 200, 600, and 1800.
value numeric, value of the driver for the given time
, driver, and autocorrelation.length.