Plot formula filter
# S3 method for formulaFilt
plot(x, remove = NA, title = NA, xlabel = "", ylabel = "Count", ...)
object of type 'formulaFilt', the output of formula_filter
which items to remove ('NoFormula', or 'Formula'). This only affects plot coloring, no filtering is performed during plotting step.
title for plot
x-axis label for plot
y-axis label for plot
other arguments
plotly object
if (FALSE) {
filter_obj <- formula_filter(examplePeakData)
plot(filter_obj, remove='NoFormula')
}