error_bar_plot: Bar plot with error bars

Description Usage Arguments

View source: R/correlation_bar_plot.R

Description

Bar plot with error bars

Usage

1
error_bar_plot(height, lower, upper, ...)

Arguments

height

either a vector or matrix of values describing the bars which make up the plot. If height is a vector, the plot consists of a sequence of rectangular bars with heights given by the values in the vector. If height is a matrix and beside is FALSE then each bar of the plot corresponds to a column of height, with the values in the column giving the heights of stacked sub-bars making up the bar. If height is a matrix and beside is TRUE, then the values in each column are juxtaposed rather than stacked.

lower

Error bar lower limit

upper

Error bar upper limit

...

arguments to be passed to/from other methods. For the default method these can include further arguments (such as axes, asp and main) and graphical parameters (see par) which are passed to plot.window(), title() and axis.


ashiklom/mvtraits documentation built on Sept. 4, 2019, 7:43 a.m.