caplotord: Row isometric or column isometric biplot for ordered variants...

View source: R/caplotord.R

caplotordR Documentation

Row isometric or column isometric biplot for ordered variants of correspondence analysis

Description

This function is used in the main plot function when the plot type parameter is plottype = "biplot". It can produce a row polynomial biplot or a column polynomial biplot.

Usage

caplotord(frows, gcols, firstaxis, lastaxis, nseg, inertiapc, thingseg, col1, 
col2, col3, size1, size2)

Arguments

frows

The row principal or standard coordinates.

gcols

The column principal or standard coordinates.

firstaxis

The first polynomial axis number.

lastaxis

The second polynomial axis number.

nseg

The vectors/arrows number where to project principal (or standard) coordinates.

inertiapc

The percentage of the explained inertia by each dimension.

thingseg

The principal or standard coordinates used to draw vectors (arrows).

col1

The colour for the row variable labels.

col2

The colour for the column variable labels.

col3

The colour for the vectors (arrows) used in biplots.

size1

The size of the plotted symbol for categories in biplot.

size2

The size of the plotted text for categories in biplot.

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.