| confintGrob {vit} | R Documentation |
datatextGrob constructs text of a vector of data. datatextGrobs inherit the class "confint".
confintGrob( ci, at = unit(0.15, "npc"), height = unit(0.01, "npc"), to = unit(-2, "lines"), col = "red", bar = TRUE, cilabs = ci, fix.label.pos = c(FALSE, FALSE), name = NULL, gp = NULL, vp = NULL )
ci |
the confidence interval to be plotted, given by a vector of length 2. |
at |
a unit object giving the y-axis position to plot the confidence interval. |
to |
a unit object giving the y-axis positions of where the arrows are to point. |
col |
the colour to plot the confidence interval. |
bar |
a logical value determining whether or not a bar is plotted. |