simmr_data_1 {simmr} | R Documentation |
A simple fake stable isotope mixing data set
Description
A simple fake data set with 10 observations on 2 isotopes, with 4 sources, and with corrections/trophic enrichment factors (TEFs or TDFs), and concentration dependence means
Usage
simmr_data_1
Format
A list with the following elements
- mixtures
A two column matrix containing delta 13C and delta 15N values respectively
- source_names
A character vector of the food source names
- tracer_names
A character vector of the tracer names (d13C and d15N)
- source_means
A matrix of source mean values for the tracers in the same order as
mixtures
above- source_sds
A matrix of source sd values for the tracers in the same order as
mixtures
above- correction_means
A matrix of TEFs mean values for the tracers in the same order as
mixtures
above- correction_sds
A matrix of TEFs sd values for the tracers in the same order as
mixtures
above- concentration_means
A matrix of concentration dependence mean values for the tracers in the same order as
mixtures
above
...
@seealso simmr_mcmc
for an example where it is used