Plot formula filter

# S3 method for class 'formulaFilt'
plot(x, remove = NA, title = NA, xlabel = "", ylabel = "Count", ...)

Arguments

x

object of type 'formulaFilt', the output of formula_filter

remove

which items to remove ('NoFormula', or 'Formula'). This only affects plot coloring, no filtering is performed during plotting step.

title

title for plot

xlabel

x-axis label for plot

ylabel

y-axis label for plot

...

other arguments

Value

plotly object

Author

Amanda White

Examples

if (FALSE) { # \dontrun{
filter_obj <- formula_filter(examplePeakData)
plot(filter_obj, remove='NoFormula')
} # }