plot_barchart: Plot bar chart with error bars

View source: R/plot_barchart.R

plot_barchartR Documentation

Plot bar chart with error bars

Description

Creates a bar chart with error bars using ggplot2::geom_col.

Usage

plot_barchart(x)

Arguments

x

Data frame with columns par or parameter containing the name of the parameter, q2.5 or q2_5 for the 2.5 percentiles (i.e. the lower values for the error bars), median for the median values (i.e. the height of the bars) and q97.5 or q97_5 for the 97.5 percentiles (i.e. the upper values for the error bars).

Value

Returns an object of class ggplot and prints it to the graphics device.


eufmdis.adapt documentation built on Sept. 12, 2023, 9:06 a.m.