plot.moleculeFilt: Plot molecule filter data

View source: R/filter_plot_methods.R

plot.moleculeFiltR Documentation

Plot molecule filter data

Description

Plot molecule filter data

Usage

## 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",
  ...
)

Arguments

x

moleculeFilt object, created by molecule_filter function

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

Value

plotly object

Author(s)

Amanda White

Examples

## Not run: 
filter_obj <- molecule_filter(examplePeakData)
plot(filter_obj, min_num=2)

## End(Not run)

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