barplot_with_interval_23: Barplot with Intervals for two or three bars beside

View source: R/barplot_with_ci.R

barplot_with_interval_23R Documentation

Barplot with Intervals for two or three bars beside

Description

Barplot with Intervals for two or three bars beside

Usage

barplot_with_interval_23(x, method = "minmax", qu = c(0, 1), ylim = NULL, ...)

Arguments

x

array

method

method for intervals: "minmax" (default), "quantile" or "sd"

qu

vector of two quantiles for method="quantile

ylim

limits for y axis. Default:NULL is ylim=c(0,max(interval))

...

additional parameters forwarded to barplot

Value

plot


bioimaginggroup/nucim documentation built on Sept. 6, 2022, 12:15 p.m.