plot.grm | R Documentation |
S3 plotting method for object of classc("grm","list")
## S3 method for class 'grm'
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,
...
)
x |
object of class |
xymin |
optional lower limit for xy-axis |
xymax |
optional upper limit for xy-axis |
ci |
numeric defining confidence intervall for point estimator |
main |
see |
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 |
xlab |
see |
ylab |
see |
pch |
see |
las |
see |
cex.axis |
see |
... |
other parameters passed to plot |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.