plot.grm: S3 Plotting Graphical Model Check

View source: R/plot.grm.R

plot.grmR Documentation

S3 Plotting Graphical Model Check

Description

S3 plotting method for object of classc("grm","list")

Usage

## 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,
  ...
)

Arguments

x

object of classc("grm","list")

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


pairwise documentation built on April 18, 2023, 1:10 a.m.