plot_dauer_noCIs: plot_dauer_noCIs

Description Usage Arguments Examples

Description

Function generates boxplots for dauer data. Optionally fills boxes based on alpha cutoff level from tukey_contrasts or dunnett_contrasts

Usage

1
plot_dauer_noCIs(df, title, fillsig, contrasts, level)

Arguments

df

input dataset. Requires a "genotype" column. Response needs to be "pct" for dauer plots.

title

title for the plot

fillsig

optional argument to include box fill colored by significance level specified in level argument

contrasts

pairwise contrast object output from tukey_contrasts() or dunnett_contrasts()

level

alpha level for filling box plots. White boxes are cases when p > level.

Examples

1
plot_dauer_noCIs(df, title = "dauer plot", plot.contrasts = plot.contrasts, ypos =  1.075)

mikeod38/dauergut documentation built on May 30, 2019, 7:16 p.m.