read_ctd: Read and process CTD data

View source: R/ctd.R

read_ctdR Documentation

Read and process CTD data

Description

Wrapper function for oce functions read.ctd, ctdTrim, and ctdDecimate. Extracts and adds metadata from header that is unique to SEA headers.

Usage

read_ctd(
  cnv_file,
  pmin = 5,
  p = 1,
  to_tibble = TRUE,
  cruiseID = NULL,
  depth_vec = NULL,
  depth_step = 1,
  ...
)

Arguments

cnv_file

file path to the CNV file to be read

pmin

minimum cut off pressure for ctdTrim

p

pressure bins for ctdDecimate

...

additional arguments passed to called functions


benharden27/seaprocess documentation built on June 28, 2023, 7:20 p.m.