plot.CoreMSData: Plot Method for CoreMSData Objects

View source: R/plot.CoreMSData.R

plot.CoreMSDataR Documentation

Plot Method for CoreMSData Objects

Description

Initial plot for CoreMSData objets showing number of unique masses per sample/file

Usage

## S3 method for class 'CoreMSData'
plot(
  x,
  title = "Unique Masses per Sample",
  xlabel = "Sample",
  ylabel = "Unique Masses",
  rotate_x_labs = FALSE,
  ...
)

Arguments

x

CoreMSData object

title

optional, if not specified "Unique Masses per Sample" will be used

xlabel

optional, if not specified "Sample" will be used

ylabel

optional, if not specified "Unique Masses" will be used

rotate_x_labs

logical, optionally angles sample names on x-axis for readability if there are many samples and/or long sample names

...

included for compliance with generic method

Value

'ggplot' object


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