View source: R/S3_definitions.R
plot.rate | R Documentation |
Plot rate estimates with confidence intervals lines using R base graphics
## S3 method for class 'rate'
plot(x, conf.int = TRUE, eps = 0.2, left.margin, xlim, ...)
x |
a rate object (see |
conf.int |
logical; default TRUE draws the confidence intervals |
eps |
is the height of the ending of the error bars |
left.margin |
set a custom left margin for long variable names. Function tries to do it by default. |
xlim |
change the x-axis location |
... |
arguments passed on to graphical functions points and segment
(e.g. |
This is limited explanatory tool but most graphical parameters are user adjustable.
Always returns NULL
invisibly.
This function is called for its side effects.
Matti Rantanen
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.