plot_ci | R Documentation |
tramME
modelsPlotting method for confband.tramME
objects.
## 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,
...
)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.