vpr_oce_create {vprr} | R Documentation |
Create ctd oce object with vpr data
Description
Formats VPR data frame into oce
format CTD object
Usage
vpr_oce_create(data)
Arguments
data |
data frame of vpr data with variable names 'time_ms', 'fluorescence_mv', 'turbidity_mv', 'n_roi', 'sigmaT' |
Author(s)
E. Chisholm
Examples
data('ctd_roi_merge')
oce_dat <- vpr_oce_create(ctd_roi_merge)
[Package vprr version 0.2.3 Index]