boxplot_tp {HDXBoxeR}R 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)

[Package HDXBoxeR version 0.0.1 Index]