vpr_roi_concentration.Rd
Calculates concentrations for each named category in dataframe
vpr_roi_concentration(
data,
category_list,
station_of_interest,
binSize,
imageVolume,
rev = FALSE
)
a VPR dataframe as produced by vpr_ctdroi_merge
a vector of character strings representing category present in the station being processed
The station being processed
passed to bin_calculate
, determines size of depth bins over which data is averaged
the volume of VPR images used for calculating concentrations (mm^3)
Logical value defining direction of binning, FALSE (default) - bins will be calculated from surface to bottom, TRUE- bins will be calculated bottom to surface