extract_ctd_cast: Extract cast data from CTD and UCTD casts.

View source: R/ctd.R

extract_ctd_castR Documentation

Extract cast data from CTD and UCTD casts.

Description

Extract cast data from CTD and UCTD casts.

Usage

extract_ctd_cast(cast.filename, type, skip = 79, min.Z = 2)

Arguments

cast.filename

Name of cast file.

type

Cast type (CTD or UCTD).

skip

Number of lines to skip (default = 79 for Valeport files)

min.Z

Minimum depth (Z, m) for identifying downcast data (default = 2)

Value

A data frame containing cast data.


kstierhoff/atm documentation built on Jan. 30, 2025, 11:21 p.m.