caRbiplot function

Row isometric biplot or Column isometric biplot

Row isometric biplot or Column isometric biplot

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.

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.

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.

Author(s)

Rosaria Lombardo and Eric J. Beh