View source: R/drawChronosCI.R
drawChronosCI | R Documentation |
This is a low-level plotting command to draw the confidence intervals on the node of a tree as rectangles with coloured backgrounds.
drawChronosCI( CI, col95 = "#FF00004D", col50 = "#0000FF4D", height = NULL, legend = TRUE, ... )
CI |
output from |
col95 |
colour used for the 95% intervals; by default: transparent red. |
col50 |
colour used for the 50% intervals; by default: transparent blue. |
height |
the height of the boxes. |
legend |
a logical value. |
... |
arguments passed to |
The matrix CI
must have four rows and as many columns as the
number of nodes of the tree. The first and fourth rows give the lower and
upper bounds of the 95% confidence intervals. The second and third rows
give the lower and upper bounds of the 50% confidence intervals.
Emmanuel Paradis, Santiago Claramunt, Joseph Brown, Klaus Schliep
chronosCI()
## Not run: ##---- Should be DIRECTLY executable !! ---- ##-- ==> Define data, use random, ##-- or do help(data=index)for the standard data sets. ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.