plot_ms: plot_ms: Function to plot mass spec data from vendor table

View source: R/MLMSfunctions.R

plot_msR Documentation

plot_ms: Function to plot mass spec data from vendor table

Description

plot_ms: Function to plot mass spec data from vendor table

Usage

plot_ms(vendor_info.df, x_name = "Rt", y_name = "Intensity_All")

Arguments

vendor_info.df

dataframe of vendor info for only one experiment

x_name

name for desired x units for ms plot from vendor_info.df (default Rt)

y_name

name for desired y units for ms plot from vendor_info.df (default rIntensity_All)

Value

PlotSpec plot of the specified columns from vendor_info.df

Examples

Usage example
plot_ms(vend.df,"Rt","Intensity_All")

lilyacb/MLMS documentation built on July 21, 2023, 4:12 a.m.