boxCI | R Documentation |
Adds simultaneous confidence intervals for quantiles to an existing boxplot.
boxCI(x, CI, component = c(1), dimn = 1,
quan.color = 'lightsteelblue3', horizontal = FALSE)
x |
: a ‘Smcmc’ class object |
CI |
: the output from the 'getCI' function with 'iid = TRUE' |
component |
: vector indicating which components to draw the confidence intervals for |
dimn |
: numeric for how many components are being plotted |
quan.color |
: color for the quantile confidence intervals |
horizontal |
: logical for whether boxplots are horizontal |
adds segments for confidence intervals into an already existing plot environment
output <- matrix(rnorm(3*1e3), nrow = 1e3, ncol = 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.