createxyLabels: creates x and y labels for 'ggplots2' scaterplots.

View source: R/Plot4CATA.R

createxyLabelsR Documentation

creates x and y labels for ggplots2 scaterplots.

Description

createxyLabels creates x and y labels for ggplots2 scaterplots (e.g., correspondence analysis or principal component analysis).

Usage

createxyLabels(resCA, x_axis = 1, y_axis = 2, axisName = "Dimension ")

Arguments

resCA

the results of epCA or epPCA.

x_axis

the number of the x axis; default = 1.

y_axis

the number of the y axis; default = 2.

axisName

the name for the axes (default = 'Dimension')

Author(s)

Hervé Abdi


HerveAbdi/PTCA4CATA documentation built on July 17, 2022, 5:41 a.m.