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

View source: R/vascr_anova.R

vascr_plot_anovaR Documentation

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)

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

Value

A matrix of different ANOVA tests

Examples


vascr_plot_anova(data.df = growth.df, unit = "R", frequency = 4000, time = 100)
vascr_plot_anova(data.df = growth.df, unit = "R", frequency = 4000, time = 100, 
          reference = "5,000_cells + HCMEC D3_line")


JamesHucklesby/vascr documentation built on April 3, 2025, 2:23 p.m.