quantiplot {plspm} | R Documentation |
Quantification Plot
Description
Quantification Plots for Non-Metric PLS-PM
Usage
quantiplot(pls, lv = NULL, mv = NULL, pch = 16,
col = "darkblue", lty = 2, ...)
Arguments
pls |
a non-metric |
lv |
number or name of latent variable |
mv |
number or name of manifest variable |
pch |
Either an integer specifying a symbol or a single character to be used as the default in plotting points |
col |
color |
lty |
type of line |
... |
Further arguments passed on to
|
Details
If both lv
and mv
are specified, only the
value of lv
will be taken into account.
If the
given lv
have more than 15 variables, only the
first 15 are plotted.
[Package plspm version 0.5.1 Index]