Learn R Programming

tramME (version 0.0.1)

plot.trafo.tramME: Plotting method for trafo.tramME objects

Description

Plotting method for trafo.tramME objects

Usage

# S3 method for trafo.tramME
plot(x, col = 1, fill = "lightgrey", lty = 1,
  add = FALSE, ...)

Arguments

x

A trafo.tramME object.

col

Line colors, recycled if shorter than the size of the trafo.tramME object.

fill

Fill color for the confidence intervals.

lty

Line types.

add

If TRUE add to an existing plot.

...

Additional arguments, passed to plot or lines.

Value

The original trafo.tramME object, invisibly.

Examples

Run this code
# NOT RUN {
data("sleepstudy", package = "lme4")
fit <- BoxCoxME(Reaction ~ Days + (Days | Subject), data = sleepstudy)
tr <- trafo(fit, type = "trafo", confidence = "interval", K = 100)
plot(tr, col = 2, main = "Trafo")
# }

Run the code above in your browser using DataLab