Learn R Programming

oce (version 1.7-6)

read.ctd.ssda: Read CTD format in SSDA format

Description

read.ctd.ssda() reads CTD files in Sea & Sun Technology<U+00B4>s Standard Data Acquisition (SSDA) format. This function is somewhat preliminary, in the sense that header information is not scanned fully, and some guesses have been made about the meanings of variables and units.

Usage

read.ctd.ssda(file, debug = getOption("oceDebug"), processingLog)

Arguments

file

a connection or a character string giving the name of the file to load.

debug

an integer specifying whether debugging information is to be printed during the processing. If nonzero, some information is printed.

processingLog

ignored.

Value

read.ctd.ssda() returns a '>ctd object.

See Also

Other things related to ctd data: CTD_BCD2014666_008_1_DN.ODF.gz, [[,ctd-method, [[<-,ctd-method, as.ctd(), cnvName2oceName(), ctd-class, ctd.cnv, ctdDecimate(), ctdFindProfiles(), ctdRaw, ctdRepair(), ctdTrim(), ctd_aml.csv, ctd, d200321-001.ctd, d201211_0011.cnv, handleFlags,ctd-method, initialize,ctd-method, initializeFlagScheme,ctd-method, oceNames2whpNames(), oceUnits2whpUnits(), plot,ctd-method, plotProfile(), plotScan(), plotTS(), read.ctd.aml(), read.ctd.itp(), read.ctd.odf(), read.ctd.odv(), read.ctd.sbe(), read.ctd.woce.other(), read.ctd.woce(), read.ctd(), setFlags,ctd-method, subset,ctd-method, summary,ctd-method, woceNames2oceNames(), woceUnit2oceUnit(), write.ctd()

Other functions that read ctd data: read.ctd.aml(), read.ctd.itp(), read.ctd.odf(), read.ctd.sbe(), read.ctd.woce.other(), read.ctd.woce(), read.ctd()

Examples

Run this code
# NOT RUN {
library(oce)
f <- system.file("extdata", "ctd_ssda.csv", package="oce")
d <- read.ctd(f)

# }

Run the code above in your browser using DataLab