View source: R/filter_plot_methods.R
plot.moleculeFilt | R Documentation |
Plot molecule filter data
## S3 method for class 'moleculeFilt'
plot(
x,
min_num = NA,
title = NA,
xlabel = "Minimum Number of Samples for which a Peak is Observed",
ylabel = "Number of Peaks",
...
)
x |
moleculeFilt object, created by |
min_num |
minimum number of observations for filtering (only affects graph coloring/labeling, no data filtering is performed in this 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 <- molecule_filter(examplePeakData)
plot(filter_obj, min_num=2)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.