biplot.asca | R Documentation |
Biplot for ASCA models
## S3 method for class 'asca'
biplot(
x,
factor = 1,
comps = 1:2,
xlim = NULL,
ylim = NULL,
col = "darkgray",
expand = 1,
labels,
legendpos,
...
)
x |
|
factor |
Factor number or name. |
comps |
|
xlim |
|
ylim |
|
col |
|
expand |
|
labels |
optional. If |
legendpos |
|
... |
Additional arguments to |
No return, only a plot.
# Load candies data
data(candies)
# Basic ASCA model with two factors and interaction
mod <- asca(assessment ~ candy * assessor, data=candies)
# Biplot
biplot(mod)
# Biplot with named loadings
biplot(mod, labels="names")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.