View source: R/miscInstruments.R
read.sealogT | R Documentation |
This function reads in a sealog-T file.
read.sealogT(file, skipStart = NA, skipEnd = NA, pressure)
file |
a connection or character string of the file to read. |
skipStart |
an optional numeric value indicating number of hours to skip at the beginning of the file, default is NA, meaning keep all the data points. |
skipEnd |
an optional numeric value indicating number of hours to skip at the beginning of the file, default is NA, meaning keep all the data points. |
pressure |
a numerical value of the pressure that the instrument was moored |
Reads a sealog-T file, calculates the date based on the start, end, and sample period specified in the header lines. Saves no information. It assumes that only temperature is present. This code might be fragile, so use with caution.
a ctd object with deploymentType = "moored"
.
Chantelle Layton
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.