wrapper.mvHisto {DAPAR} | R Documentation |
MSnSet
objectThis method plots from a MSnSet
object a histogram of
missing values.
wrapper.mvHisto(obj, indLegend = "auto", showValues = FALSE)
obj |
An object of class |
indLegend |
The indices of the column name's in |
showValues |
A logical that indicates wether numeric values should be drawn above the bars. |
A histogram
Alexia Dorffer
require(DAPARdata) data(Exp1_R25_pept) wrapper.mvHisto(Exp1_R25_pept, showValues=TRUE)