numPeaksPlot | R Documentation |
Constructs scatter plot to look at the number of peaks per sample.
numPeaksPlot(ftmsObj, xaxis = NULL, ylabel = "Number of Peaks", title = NULL)
ftmsObj |
an object of class 'peakData' or 'compoundData', typically a result of |
xaxis |
x axis variable. If NULL, will use attr(ftmsObj, "cnames")$fdata_cname. Must be one of colnames(ftmsObj$f_data) or colnames(attr(ftmsObj, "group_DF")). |
ylabel |
y axis label, default is "Density" |
title |
plot title, default is NULL |
a plotly object
Allison Thompson
plot_ly
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.