plotCurves | R Documentation |
generate ggplot objects for each of the curve fits in a MALDIassay object
plotCurves(object, mzIdx = NULL, errorbars = c("none", "sd", "sem"))
object |
object of class MALDIassay |
mzIdx |
numeric, indicies of mz values to plot (see |
errorbars |
character, add error bars to plot. Either standard error of the mean ( |
list of ggplot objects
data(Blank2022res)
plotCurves(Blank2022res, mzIdx = 2, errorbars = "sd")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.