View source: R/plot.CoreMSData.R
plot.CoreMSData | R Documentation |
Initial plot for CoreMSData objets showing number of unique masses per sample/file
## S3 method for class 'CoreMSData'
plot(
x,
title = "Unique Masses per Sample",
xlabel = "Sample",
ylabel = "Unique Masses",
rotate_x_labs = FALSE,
...
)
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 |
'ggplot' object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.