simulation {virtualPollen} | R Documentation |
List with simulation outputs for all virtual taxa in parameters
.
Description
A list of dataframes with 4 slots, output of simulatePopulation
, taking parameters
and drivers
as inputs. Each dataframe in the list has the following columns:
Usage
data(simulation)
Format
List with 4 dataframes with outputs of simulatePopulation
.
Details
-
Time: integer, ages in years. Negative ages indicate the burn-in period.
-
Pollen: numeric, pollen counts
-
Population.mature: numeric, number of mature individuals.
-
Population.immatre: numeric, number of immature individuals.
-
Population.viable.seeds: numeric, number of viable seeds generated each year.
-
Suitability: numeric, environmental suitability computed from the driver by the normal function/s defining the taxon niche.
-
Biomass.total: numeric, overall biomass of the population.
-
Biomass.mature: numeric, sum of biomass of mature individuals.
-
Biomass.immature: numeric, sum of biomass of immature individuals.
-
Mortality.mature: numeric, number of mature individuals dead each year.
-
Mortality.immature: numeric, same as above for immature individuals.
-
Driver.A: numeric, values of driver A.
-
Driver.B: numeric, values of driver B, if available, and NA otherwise.
-
Period: qualitative, with value "Burn-in" for burn-in period, and "Simulation" otherwise.
Author(s)
Blas M. Benito <blasbenito@gmail.com>
See Also
simulatePopulation
, plotSimulation