View source: R/MLMSfunctions.R
plot_ms | R Documentation |
plot_ms: Function to plot mass spec data from vendor table
plot_ms(vendor_info.df, x_name = "Rt", y_name = "Intensity_All")
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) |
PlotSpec plot of the specified columns from vendor_info.df
Usage example
plot_ms(vend.df,"Rt","Intensity_All")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.