Create nice labels for Factor Maps and other maps (must be ggplot2 graphs), for both the x and y axes at the same time.
createxyLabels.gen.digit.Rd
Create nice labels for Factor Maps and other maps (must be ggplot2 graphs), for both the x and y axes at the same time.
Usage
createxyLabels.gen.digit(
x_axis = 1,
y_axis = 2,
lambda,
tau,
digit4lambda = 3,
digit4tau = 0,
axisName = "Dimension "
)
Arguments
- x_axis
Dimension number for x axis (default to 1) ;
- y_axis
Dimension number for y axis (default to 2) ;
- lambda
Eigenvalues ;
- tau
Percentage of explained variances ;
- digit4lambda
How many digits should be displayed for eigenvalues ;
- digit4tau
How many digits should be displayed for percentages of explained variances ;
- axisName
Name for the axes (e.g. "Dimension", "Component").