Learn R Programming

MAIT (version 1.6.0)

plotBoxplot: Prints a png file for each of the significant peak/spectra present in the input

Description

This function takes a MAIT-class object containing information related to the significant features and plots a boxplot for each significant feature (peak or spectra).

Usage

plotBoxplot(MAIT.object=NULL)

Arguments

MAIT.object
A MAIT-class object where significant features have already been found.

Value

A boxplot is stored as a png file for each of the significant features (peak or spectra). The files will be stored in the directory (working directory)/Boxplots

See Also

spectralAnova spectralTStudent

Examples

Run this code
data(MAIT_sample)
MAIT<-spectralSigFeatures(MAIT,p.adj="fdr",parametric=TRUE)
MAIT<-plotBoxplot(MAIT)

Run the code above in your browser using DataLab