caRbiplot: Row isometric biplot or Column isometric biplot

View source: R/caRbiplot.R

caRbiplotR Documentation

Row isometric biplot or Column isometric biplot

Description

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

Usage

caRbiplot(frows, gcols, firstaxis, lastaxis, inertiapc,  bip="row", size1,size2)

Arguments

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.

bip

The type of biplot. One may specify a row-isometric biplot or a column-isometric biplot (when using in the function plot.CAvariant the parameter biptype = "row" or biptype = "column").

size1

The size of the plotted symbol for categories in biplot.

size2

The size of the plotted text for categories in biplot.

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.