Last data update: 2014.03.03

R: Plot the object returned by fit.grt
plot.grtR Documentation

Plot the object returned by fit.grt

Description

Plot the object returned by fit.grt

Usage

## S3 method for class 'grt'
plot(x, level = 0.5, xlab = NULL, ylab = NULL,
  marginals = F, main = "", plot.mu = T, ...)

Arguments

x

a grt object, as returned by fit.grt

level

number between 0 and 1 indicating which contour to plot (defaults to .5)

xlab

optional label for the x axis (defaults to NULL)

ylab

optional label for the y axis (defaults to NULL)

marginals

Boolean indicating whether or not to plot marginals (only available for 2x2 model; defaults to FALSE)

main

string to use as title of plot (defaults to empty string)

plot.mu

Boolean indicating whether or not to plot means (defaults to T)

...

Arguments to be passed to methods, as in generic plot function

Results