This function plots the observations in the coordinate plane PC1-PC2.
plot_obspc(mod, lchar = 3, pch = 20, ...)
a prcomp or princomp object obtained from prcomp
or princomp
functions.
the number of first characters to identify points.
an integer specifying a symbol or a single character to be used as the default in plotting points.
arguments to be passed to methods, such as graphical parameters (see par).
The function returns a list with two elements, coordinate points for first and second dimensions.