add_abundance | R Documentation |
Add volume-normalized abundance to gridded SeaFlow data
add_abundance(gridded, volumes, calib = NULL)
gridded |
Gridded data created by grid(). |
volumes |
Volume dataframe at the same time resolution as gridded, usually created by create_volume_table(). |
calib |
Optional influx calibration dataframe used to adjust data by population. Columns should incude pop and a. |
gridded with volume-normalized abundance columns for n_per_uL and Qc_sum_per_uL. If calib is provided n and Qc_sum will be adjusted for populations in calib.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.