View source: R/plot.confFilt.R
plot.confFilt | R Documentation |
Plot confidence filter object
## S3 method for class 'confFilt'
plot(
x,
title = "Peaks Retained Under Confidence Filter",
xlabel = "Minimum Confidence Threshold",
ylabel = "Monoisotopic Peaks Retained",
...
)
x |
object of class 'confFilt' created by |
title |
(optional) plot title |
xlabel |
x axis label, defaults to "Minimum Confidence Threshold" |
ylabel |
y axis label, defaults to "Number of Peaks" |
... |
additional arguments |
'plotly' object
Natalie Winans
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.