Learn R Programming

poems (version 1.3.1)

thylacine_example_matrices_rerun: Thylacine vignette demonstration example (re-run) matrices

Description

A dataset containing precalculated (re-run) summary matrices for use when running the Thylacine example vignette in demonstration mode. The values were obtained by running the vignette code for 10 replicate re-runs of the selected 'best' 200 model simulations with DEMONSTRATION = FALSE.

Arguments

Format

A list containing the following matrices:

bounty_slope

2,000 row by 3 column matrix of calculated slope of total bounty submitted across 3 intervals for each sample simulation

ibra_extirpation

2,000 row by 9 column matrix of extirpation dates for each IBRA bioregion for each sample simulation

Examples

Run this code
data(thylacine_example_matrices_rerun)
rowMeans(thylacine_example_matrices_rerun$bounty_slope)
rowMeans(thylacine_example_matrices_rerun$ibra_extirpation)

Run the code above in your browser using DataLab