S3 plotting Method for object of class"rfa"
# S3 method for rfa
plot(x, com = 1, ra = "auto", main = NULL,
labels = NULL, xlab = "logits", ylab = "loadings", srt = 0,
cex.axis = 0.8, cex.text = 0.8, col.text = NULL, ...)
object of class"rfa"
an integer giving the number of the principal component used for plotting
either the character "auto"
(default) or an numeric, defining the (logit) range for x-axis
see plot
a character vector specifying the plotting pattern to use. see text
. At default the itemnames are used.
see plot
see plot
see plot
see argument cex
in function text
see argument col
in function text
other parameters passed through.