makeci | R Documentation |
Create confidence interval grob
makeci(
est,
lower,
upper,
pch,
sizes = 1,
gp = gpar(),
t_height = NULL,
xlim = c(0, 1),
nudge_y = 0,
name = NULL
)
est |
Point estimation. Can be a list for multiple columns
and/or multiple groups. If the length of the list is larger than
then length of |
lower |
Lower bound of the confidence interval, same as |
upper |
Upper bound of the confidence interval, same as |
pch |
Numeric or character vector indicating what sort of plotting
symbol to use. See |
sizes |
Size of the point estimation box, can be a unit, vector or a list. Values will be used as it is, no transformation will be applied. |
gp |
Graphical parameters of |
t_height |
The height confidence interval line end vertices. If
value is |
xlim |
Limits for the x axis as a vector of length 2, i.e. c(low, high). It
will take the minimum and maximum of the lower and upper value if not provided.
This will apply to all CI columns if provided, and will be calculated automatically
for each column if not provided. This should be a list with the same length of
|
nudge_y |
Horizontal adjustment to nudge groups by, must be within 0 to 1. |
name |
name of the grob. |
A gTree object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.