Learn R Programming

pairwise (version 0.3.1)

plot.grm: S3 Plotting Graphical Model Check

Description

S3 plotting Method for object of class"grm"

Usage

"plot"(x, xymin = NULL, xymax = NULL, ci = 2, main = NULL, col.error = "blue", col.diag = "red", itemNames = TRUE, cex.names = 0.8, type = "b", xlab = NULL, ylab = NULL, pch = 43, las = 3, cex.axis = 0.5, ...)

Arguments

x
object of class"grm"
xymin
optional lower limit for xy-axis
xymax
optional upper limit for xy-axis
ci
numeric defining confidence intervall for point estimator
main
see plot
col.error
vector of colors for error bars
col.diag
color for the diagonal of the plot
itemNames
logical wether to plot itemnames
cex.names
magnification factor for itemnames
type
see plot
xlab
see plot
ylab
see plot
pch
see plot
las
see plot
cex.axis
see plot
...
other parameters passed to plot