R/plot-family-statistics.R
plotStatisticsInteractive.Rd
Opens an interactive application in which statistic related plots like violinplots, boxplots as well as statistical tests across groups can be conducted.
plotStatisticsInteractive(object, phase = NULL, drop_na = TRUE)
object | A valid cypro object. |
---|---|
phase | Character or numeric. If character, the ordinal value referring to the phase of interest (e.g. 'first', 'second' etc.). referring to the phase of interest or 'all'. If numeric, the number referring to the phase. If set to NULL takes the phase denoted as default with Ignored if the experiment design contains only one phase. |