vpr_oce_create: Create ctd oce object with vpr data

View source: R/EC_functions.R

vpr_oce_createR 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)


vprr documentation built on July 12, 2022, 5:07 p.m.