Learn R Programming

mrbin (version 1.3.0)

plotResults: A function for plotting quality indicators, including PCA plots.

Description

This function plots boxplots (bin-wise and sample-wise) as visual quality indicators. It also performs PCA, then plots PC1 and PC2 and loading plots.

Usage

plotResults()

Arguments

Value

None

Examples

Run this code
# NOT RUN {
mrbinExample<-mrbin(silent=TRUE,setDefault=TRUE,parameters=list(dimension="1D",
                    binwidth1D=0.05,PCA="No",
                    NMRfolders=c(system.file("extdata/1/10/pdata/10",package="mrbin"),
                                system.file("extdata/2/10/pdata/10",package="mrbin"),
                                system.file("extdata/3/10/pdata/10",package="mrbin"))))
plotResults()
# }

Run the code above in your browser using DataLab