Learn R Programming

vascr (version 0.1.4)

vascr_plot_anova: Make a display with all the ANOVA analysis pre-conducted

Description

Make a display with all the ANOVA analysis pre-conducted

Usage

vascr_plot_anova(
  data.df,
  unit,
  frequency,
  time,
  reference = NULL,
  separate = "x",
  rotate = 45
)

Value

A matrix of different ANOVA tests

Arguments

data.df

vascr dataset to plot

unit

unit to plot

frequency

frequency to plot

time

timepoint to plot at

reference

Sample to reference post-hoc analysis to

separate

Value to use when separating comparasons in the output (default x)

rotate

degrees of rotation used for labeling the X axis

Examples

Run this code
# \donttest{
# Run, comparing only to a reference
vascr_plot_anova(data.df = small_growth.df, unit = "R", frequency = 4000, time = 100, 
          reference = "5,000_cells + HCMEC D3_line")
# }

Run the code above in your browser using DataLab