summary: Summary for prosper objects

Description Usage Arguments Details Value See Also Examples

Description

This function gives a first overview of a prosper simulation result.

Usage

1
2
## S4 method for signature 'prosper'
summary(object, geneticSumCol = "SB_autumn_end", ...)

Arguments

object

prosper, the result of a simulation with PROSPER.

geneticSumCol

column name of the prosper object the genetic summary is built of. character.

...

not in use.

Details

For the population dynamic part, means and standard deviations per simulation cycle for every numeric variable is calculated. Variability is introduced by repetitions. Additionally, a simple overview on factorial variables is given. For further calculations the numbers of individuals for each simulation cycle and repetition are provided.

For the genetic part, means and standard deviations of proportions of individuals with only sensitive alleles (allSalleles), only resistance alleles (allRalleles), mixed alleles (RSalleles), and the proportions of resistance alleles in the population (Ralleles) are calculated for each simulation cycle. The repetitions are responsible for the variability.

Value

A named list of data.tables.

See Also

plot

Examples

1
2
3
4
data(param.LOLRI)
mod_lolri    <- prosper.LOLRI(param.weed=param.LOLRI, area=30, af = c(0.005, 0.01),
                                       duration=3, repetitions=2)
summary(mod_lolri)

PROSPER documentation built on July 2, 2020, 3:25 a.m.

Related to summary in PROSPER...