View source: R/filter_plot_methods.R
plot.formulaFilt | R Documentation |
Plot formula filter
## S3 method for class 'formulaFilt'
plot(x, remove = NA, title = NA, xlabel = "", ylabel = "Count", ...)
x |
object of type 'formulaFilt', the output of |
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 |
plotly object
Amanda White
## Not run:
filter_obj <- formula_filter(examplePeakData)
plot(filter_obj, remove='NoFormula')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.