Description Usage Arguments Value Examples
Plot each cmpd from a PureHoney tibble separatly in a (n-curve)x1 cowplot::plot_grid() with the standard RNO theme.
| 1 2 3 | 
| tib | A tibble or data.frame with PureHoney data including vars(tx_cmpd, curve_plot). | 
| y_var | A character with the column name to be used for the y-axis. | 
| output_path | A character with valid file path. Default is current working directory. | 
| limits | A named list with the names matching  | 
A set of .png images, one for each in unique(tib$tx_cmpd). Default it to make a new directory as a container for the .pngs
| 1 2 | data(coa) # example CoA data
coaPhotoBooth(coa)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.