plot_barchart {eufmdis.adapt} | R 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 |
Value
Returns an object of class ggplot
and prints it to the
graphics device.
[Package eufmdis.adapt version 0.1.0 Index]