vascr_plot_bar_anova: Plot a bar chart with ANOVA statistics superimposed on it

View source: R/vascr_plot_bar.R

vascr_plot_bar_anovaR Documentation

Plot a bar chart with ANOVA statistics superimposed on it

Description

Plot a bar chart with ANOVA statistics superimposed on it

Usage

vascr_plot_bar_anova(
  data.df,
  priority = NULL,
  confidence = 0.95,
  time,
  unit,
  frequency,
  format = toplot,
  error = Inf,
  ...
)

Arguments

priority

The priority of values to export

confidence

The minmum confidence level to display

time

Timepoint to plot

unit

Unit to plot

frequency

Frequency to plot

format

Statistics format to return

error

The style of eror bars to plot

...

Any arguement to vascr_prep_graphdata or vascr_polish_plot. Use this to select values ect.

data

A vascr dataset

Value

A vascr bar plot with statistics attached to it

Examples

#vascr_plot_bar(data = growth.df, confidence = 0.95, unit = "R", time = 100, 
#  frequency = 4000, rotate_x_angle = 45)
#vascr_plot_bar_anova(data = growth.df, confidence = 0.95, unit = "R", 
# time = 100, frequency = 4000, rotate_x_angle = 45)


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