Barplot with Intervals
barplot_with_interval(
x,
method = "minmax",
qu = c(0, 1),
ylim = NULL,
horiz = FALSE,
border = NA,
...
)
matrix
method for intervals: "minmax" (default), "quantile" or "sd"
vector of two quantiles for method="quantile
limits for y axis. Default:NULL is ylim=c(0,max(interval))
boolean: horizontal bars?
border parameter forwarded to barplot, default: NA is nor border
additional parameters forwarded to barplot
plot