Plot rate estimates with confidence intervals lines using R base graphics
# S3 method for rate
plot(x, conf.int = TRUE, eps = 0.2, left.margin, xlim, ...)Always returns `NULL` invisibly. This function is called for its side effects.
a rate object (see rate)
logical; default TRUE draws the confidence intervals
is the height of the ending of the error bars
set a custom left margin for long variable names. Function tries to do it by default.
change the x-axis location
arguments passed on to graphical functions points and segment
(e.g. col, lwd, pch and cex)
Matti Rantanen
This is limited explanatory tool but most graphical parameters are user adjustable.