caplot3d: Three dimensional correspondence plot

View source: R/caplot3d.R

caplot3dR 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, firstaxis = 1.

lastaxis

The second axis number. By default, lastaxis = 2.

thirdaxis

The third axis number. By default, thirdaxis = 3.

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.


CAvariants documentation built on Oct. 20, 2023, 1:07 a.m.