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 |
single_plot |
If |
trafo_x |
Transform x-axis before plotting. |
trafo_y |
Transform y-axis before plotting. |
align_xlim |
If |
align_ylim |
If |
... |
Optional arguments passed to |
[Package tramME version 1.0.6 Index]