plotXScores.plsres: X scores plot for PLS results
Description
Shows plot with scores values for PLS decomposition of x
data.Usage
## S3 method for class 'plsres':
plotXScores(obj, comp = c(1, 2), main = NULL, ...)
Arguments
obj
PLS results (object of class plsres)
comp
which components to show the plot for (one or
vector with several values)
...
other plot parameters (see mdaplot for
details)
Details
See examples in help for plsres function.