Learn R Programming

MAIT (version 1.6.0)

resultsPath: Retrieves the folder where the results are saved for a MAIT object

Description

Function resultsPath returns the folder where the plots and tables are saved for a MAIT-class object

Usage

resultsPath(MAIT.object)

Arguments

MAIT.object
A MAIT-class object

Value

A character showing where the plots and tables have been stored.

See Also

MAIT-class

Examples

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

Run the code above in your browser using DataLab