vpr_ctdroi_merge {vprr} | R Documentation |
Merge CTD and ROI data from VPR
Description
Combines CTD data (time, hydrographic parameters), with ROI information (identification number) into single dataframe, aligning ROI identification numbers and taxa classifications with time and hydrographic parameters
Usage
vpr_ctdroi_merge(ctd_dat_combine, roi_dat_combine)
Arguments
ctd_dat_combine |
a CTD dataframe from VPR processing from |
roi_dat_combine |
a data frame of roi aid data from |
Author(s)
E. Chisholm & K. Sorochan
Examples
data('ctd_dat_combine')
data('roi_dat_combine')
ctd_roi_merge <- vpr_ctdroi_merge(ctd_dat_combine, roi_dat_combine)
[Package vprr version 0.2.3 Index]