caplot3d {CAvariants} | R Documentation |
Three dimensional correspondence plot
Description
This function is used in the plot function plot.CAvariants
when the logical parameter is
plot3d = TRUE
.
It produces a 3-dimensional visualization of the association.
Usage
caplot3d(coordR, coordC, inertiaper, firstaxis = 1, lastaxis = 2, thirdaxis = 3)
Arguments
coordR |
The row principal or standard coordinates. |
coordC |
The column principal or standard coordinates. |
inertiaper |
The percentage of the total inertia explained inertia by each dimension. |
firstaxis |
The first axis number. By default, |
lastaxis |
The second axis number. By default, |
thirdaxis |
The third axis number. By default, |
Note
This function depends on the R
library plotly
.
Author(s)
Rosaria Lombardo and Eric J. Beh
References
Beh EJ and Lombardo R 2014 Correspondence Analysis: Theory, Practice and New Strategies. Wiley.
Lombardo R Beh EJ 2016 Variants of Simple Correspondence Analysis. The R Journal, 8 (2), 167–184.