plot_ci {tramME}R Documentation

Plot confidence bands from tramME models

Description

Plotting method for confband.tramME objects.

Usage

## S3 method for class 'confband.tramME'
plot(
  x,
  col,
  lty,
  fill,
  add = FALSE,
  single_plot = FALSE,
  trafo_x = identity,
  trafo_y = identity,
  align_xlim = FALSE,
  align_ylim = FALSE,
  ...
)

Arguments

x

The object containing the confidence intervals.

col

Color of the point estimates.

lty

Line type of the point estimates.

fill

Fill color for the intervals.

add

If TRUE, no new plot is created, the interval is added to the current plot.

single_plot

If TRUE, a single new plot is created, and all intervals are plotted on it.

trafo_x

Transform x-axis before plotting.

trafo_y

Transform y-axis before plotting.

align_xlim

If TRUE, align the x-axis limits across all subplots.

align_ylim

If TRUE, align the y-axis limits across all subplots.

...

Optional arguments passed to plot.default and plot.xy.


[Package tramME version 1.0.6 Index]