Plot mass filter object
# S3 method for massFilt
plot(
x,
min_mass = NA,
max_mass = NA,
title = NA,
xlabel = "Mass",
ylabel = "Count",
...
)
massFilt object, created by mass_filter
function
(optional) minimum mass, for highlighting graph
(optional) maximum mass, for highlighting graph
title
x axis label
y axis label
other arguments
plotly object
if (FALSE) {
filter_obj <- mass_filter(examplePeakData)
plot(filter_obj, min_mass = 200, max_mass = 800)
}