pivot_longer.ftirs | R Documentation |
Pivot a wide, non-tidy FTIRS dataframe to a long, tidy format.
## S3 method for class 'ftirs' pivot_longer(ftirs_data_wide, wet_chem, ...)
ftirs_data_wide |
A wide, non-tidy FTIRS dataframe. Columns = wavenumber, rows = sample_id, and values = absorbance. |
wet_chem |
A logical value ( |
... |
Other arguments passed on to methods. Not currently used. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.