ca3plot | R Documentation |
This function is used in the main plot function when the plot type parameter is
plottype = "biplot"
and the variants of three-way CA are not ordered. It can produce a row or a column biplot.
ca3plot(frows, gcols, firstaxis, lastaxis, inertiapc, size1, size2, biptype, addlines)
frows |
The row principal or standard coordinates. |
gcols |
The column principal or standard coordinates. |
firstaxis |
The first axis number. |
lastaxis |
The second axis number. |
inertiapc |
The percentage of the explained inertia by each dimension. |
size1 |
The size of the plotted symbol for categories in biplots. |
size2 |
The size of the plotted text for categories in biplots. |
biptype |
The input parameter for specifying what kind of biplots is requested. By default,
it is equal to |
addlines |
The input parameter for plotting lines in biplot. By default, it is equal to |
This function depends on the R
library plotly
.
Rosaria Lombardo, Eric J. Beh and Michel van de Velden.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.