rsp.pls.plot | R Documentation |
The pls_plot
functions are intended for use with PLS models built
using rsp_pls_profile
(documented separately). They generate some
plots commonly used with source apportionment model outputs.
pls_plot(pls, plot.type = 1, ..., output = "default")
pls_plot_profile(pls, plot.type = 1, log = FALSE, ..., output = "default")
pls_plot_species(pls, id, plot.type = 1, ..., output = "default")
pls |
A |
plot.type |
numeric, the plot type if multiple options are available. |
... |
other arguments, typically passed on to the associated
|
output |
character, output method, one of: 'plot' to return just the requested plot; 'data' to return just the data; and, c('plot', 'data') to plot then return the data invisibly (default). |
log |
(for |
id |
numeric or character
identifying the species or profile to plot. If numeric, these are treated
as indices of the species or profile, respectively, in the PLS model; if
character, species is treated as the name of species and profile is treated
as the profile code. Both can be concatenated to produce multiple plots and
the special case |
pls_plot
s produce various plots commonly used in source
apportionment studies.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.