tramME
modelsPlotting method for confband.tramME
objects.
# S3 method for confband.tramME
plot(
x,
col,
lty,
fill,
add = FALSE,
single_plot = FALSE,
trafo_x = identity,
trafo_y = identity,
align_xlim = FALSE,
align_ylim = FALSE,
...
)
The object containing the confidence intervals.
Color of the point estimates.
Line type of the point estimates.
Fill color for the intervals.
If TRUE
, no new plot is created, the interval is added to
the current plot.
If TRUE
, a single new plot is created, and all
intervals are plotted on it.
Transform x-axis before plotting.
Transform y-axis before plotting.
If TRUE
, align the x-axis limits across all
subplots.
If TRUE
, align the y-axis limits across all
subplots.
Optional arguments passed to plot.default
and plot.xy
.