vascr_plot_bar: Plot a vascr data set as a bar

View source: R/vascr_plot_bar.R

vascr_plot_barR Documentation

Plot a vascr data set as a bar

Description

Plot a vascr data set as a bar

Usage

vascr_plot_bar(data, error = Inf, confidence = NULL, ...)

Arguments

data

Vascr dataset to plot

error

The level of error to display

confidence

Minimum confidence level of results to show on the graph

...

Any argument to be passed to vascr_polish_plot or vascr_prep_graphdata

Value

A ggplot bar plot

Examples

#vascr_plot_bar(growth.df, level = "experiments", frequency = 4000, unit = "R"
#, time = list(50,100), error = Inf)

#vascr_plot_bar(growth.df, level = "wells", frequency = 4000, unit = "R", 
#time = 50, error = Inf)
#vascr_plot_bar(data = growth.df, level = "experiments", frequency = 4000, 
#unit = "R", time = 50, error = Inf)
#vascr_plot_bar(growth.df, level = "summary", frequency = 4000, unit = "R", 
#time = 50, error = Inf)

#vascr_plot_bar(growth.df, level = "deviation", frequency = 4000, unit = "R")

#vascr_plot_bar(growth.df, frequency = 4000, unit = "R", time = 50, confidence = 0.5)

JamesHucklesby/vascr documentation built on April 30, 2024, 8:33 a.m.