eempf_residuals_plot: Plot samples by means of whole sample, each single component...

Description Usage Arguments Details Value Examples

Description

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.

Usage

1
2
3
eempf_residuals_plot(pfmodel, eem_list, res_data = NULL, spp = 5,
  select = NULL, residuals_only = FALSE,
  cores = parallel::detectCores(logical = FALSE))

Arguments

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 eempf_residuals

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

Details

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.

Value

several ggplot objects

Examples

1
2
3
4

jakehosen/stardom_aqualog documentation built on May 14, 2019, 3:06 a.m.