View source: R/robust.scores.R
robust.scores | R Documentation |
This function takes a list object with statistics of end-member loadings and propagates these uncertainties to end-member scores using Monte Carlo methods.
robust.scores(loadings, l, mc_n, cores = 1, plot = FALSE, ...)
loadings |
|
l |
|
mc_n |
|
cores |
|
plot |
|
... |
Additional arguments passed to |
List
with statistic descriptions of robust end-member
scores.
Michael Dietze, Elisabeth Dietze
robust.EM
, robust.loadings
## load example data set, potential end-members, output of model.EM()
data(example_EMpot)
## define limits for robust end-members
limits <- cbind(c(61, 74, 95, 102),
c(64, 76, 100, 105))
## get robust end-member loadings
robust_loadings <- robust.loadings(em = EMpot, limits = limits)
## model end-member scores uncertainties with minimum Monte Carlo runs
robust_scores <- robust.scores(loadings = robust_loadings,
mc_n = 5,
plot = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.