plot.rfa {pairwise} | R Documentation |
S3 Plotting Rasch Residual Factor Analysis
Description
S3 plotting Method for object of class"rfa"
Usage
## S3 method for class '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,
...
)
Arguments
x |
object of class |
com |
an integer giving the number of the principal component used for plotting |
ra |
either the character |
main |
see |
labels |
a character vector specifying the plotting pattern to use. see |
xlab |
see |
ylab |
see |
srt |
|
cex.axis |
see |
cex.text |
see argument |
col.text |
see argument |
... |
other parameters passed through. |
[Package pairwise version 0.6.1-0 Index]