Learn R Programming

DAPAR (version 1.4.7)

wrapper.boxPlotD: Wrapper to the boxplotD function on an object MSnSet

Description

This function is a wrapper for using the boxPlotD function with objects of class MSnSet

Usage

wrapper.boxPlotD(obj, dataForXAxis = "Label", group2Color = "Condition")

Arguments

obj
An object of class MSnSet.
dataForXAxis
A vector of strings containing the names of columns in pData() to print labels on X-axis (Default is "Label").
group2Color
A string that indicates how to color the replicates: one color per condition (value "Condition") or one color per replicate (value "Replicate"). Default value is by Condition.

Value

A boxplot

See Also

wrapper.densityPlotD

Examples

Run this code
data(UPSpep25)
types <- c("Label","Analyt.Rep")
wrapper.boxPlotD(UPSpep25, types)

Run the code above in your browser using DataLab