boxplot_tp: Plots boxplots for all the averages in the set

View source: R/plot_boxplot.R

boxplot_tpR Documentation

Plots boxplots for all the averages in the set

Description

Returns boxplots to compare sets between each other

Usage

boxplot_tp(df, replicates = 3, ...)

Arguments

df

average data frame. Generated using ave_timepoint() function.

replicates

number of replicates in sample. Default set to 3.

...

inherited boxplot parameters

Value

boxplots for average deuterium uptake per set.

Examples

file_nm<-system.file("extdata", "All_results_table.csv", package = "HDXBoxeR")
a<- output_tp(file_nm)
boxplot_tp(df=a, replicates=3)

mkajano/HDXBoxeR documentation built on April 23, 2024, 12:28 a.m.