summary {PROSPER} | R Documentation |
Summary for prosper objects
Description
This function gives a first overview of a prosper simulation result.
Usage
## S4 method for signature 'prosper'
summary(object, geneticSumCol = "SB_autumn_end", ...)
Arguments
object |
|
geneticSumCol |
column name of the prosper object the genetic summary is built of. |
... |
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
Examples
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)