Description Usage Arguments Details Value Examples
A raster of plots is created. Each column shows one sample. The top n rows show the n components from the model according their occurance in the certain samples. The second last row shows the residual, not covered by any component in the model and the last row shows the whole sample.
1 2 3 | eempf_residuals_plot(pfmodel, eem_list, res_data = NULL, spp = 5,
select = NULL, residuals_only = FALSE,
cores = parallel::detectCores(logical = FALSE))
|
pfmodel |
object of class parafac containing the generated model |
eem_list |
object of class eemlist with all the samples that should be plotted |
res_data |
optional, data of sample residuals related to the model, output from |
spp |
optional, samples per plot |
select |
optional, character vector of samples you want to plot |
residuals_only |
plot only residuals |
cores |
number of cores to use for parallel processing |
eem_list may contain samples not used for modelling. Calculation is done by A_missing
. This especially interesting if outliers are excluded prior modelling and should be evaluated again afterwards.
several ggplot objects
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.