plot.formulaFilt: Plot formula filter

View source: R/filter_plot_methods.R

plot.formulaFiltR Documentation

Plot formula filter

Description

Plot formula filter

Usage

## 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(s)

Amanda White

Examples

## Not run: 
filter_obj <- formula_filter(examplePeakData)
plot(filter_obj, remove='NoFormula')

## End(Not run)

EMSL-Computing/fticRanalysis documentation built on March 23, 2024, 8:36 p.m.