simu_R | R Documentation |
Simulate ion count data
simu_R( .sys, .type, .ion1, .ion2, .reference, .seed, .n = 3000, .N = 1e+06, .bl = 50, .reps = 1, .baseR = 0, .devR = 0, ... )
.sys |
Systematic variation caused by ionization fluctuations as relative standard deviation of the major ion in per mille |
.type |
Character string to select the type of simulation
|
.ion1 |
A character string constituting the heavy isotope ("13C"). |
.ion2 |
A character string constituting the light isotope ("12C"). |
.reference |
Character string for conversion of delta values to R
(.e.g. VPDB; see |
.seed |
Numeric sees for reproducibility of the generated data. |
.n |
Numeric for the number of measurements. |
.N |
Numeric for total ion count of the light isotope. |
.bl |
Numeric for block number. |
.reps |
Multiplication of the procedure (e.g. effectively generating multiple analyses). |
.baseR |
Numeric for the baseline isotope value in delta notation in per mille. |
.devR |
Numeric for the deviation (or forcing) away from the baseline as delta notation in per mille. |
... |
Not supported currently |
Tibble with simulated ion count data.D
# Gradient in 13C/12C over measurement transect simu_R(50, "symmetric", "13C", "12C", "VPDB", 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.