plot.ICS-S3 | R Documentation |
Produces a scatterplot matrix of the component scores of an invariant coordinate system obtained via an ICS transformation.
## S3 method for class 'ICS'
plot(x, select = NULL, index = NULL, ...)
x |
an object inheriting from class |
select |
an integer, character, or logical vector specifying which
components to plot. If |
index |
an integer vector specifying which components to plot, or
|
... |
additional arguments to be passed down to
|
Andreas Alfons and Aurore Archimbaud
ICS()
gen_kurtosis()
, coef()
,
components()
, and fitted()
methods
data("iris")
X <- iris[,-5]
out <- ICS(X)
plot(out)
plot(out, select = c(1,4))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.