View source: R/filter_plot_methods.R
plot.massFilt | R Documentation |
Plot mass filter object
## S3 method for class 'massFilt'
plot(
x,
min_mass = NA,
max_mass = NA,
title = NA,
xlabel = "Mass",
ylabel = "Count",
...
)
x |
massFilt object, created by |
min_mass |
(optional) minimum mass, for highlighting graph |
max_mass |
(optional) maximum mass, for highlighting graph |
title |
title |
xlabel |
x axis label |
ylabel |
y axis label |
... |
other arguments |
plotly object
Amanda White
## Not run:
filter_obj <- mass_filter(examplePeakData)
plot(filter_obj, min_mass = 200, max_mass = 800)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.