View source: R/miscInstruments.R
read.stAndrewsTemperature | R Documentation |
Read non-archived St.Andrews moored temperature data
read.stAndrewsTemperature(file, skip = 0, header = TRUE, pressure)
file |
a connection or a character string giving the name of the file to load. |
skip |
a numerical value indicating the number of rows to skip before reading in data |
header |
logical value indicating whether or not a header is present in the file |
pressure |
a numerical value of the pressure that the instrument was moored |
This function attempts to read in a non-archived file that is obtained from a technician at the St.Andrews Biological Station in St.Andrews, New Brunswick. This is in no way a standard formatted file, as they are recieved in various formats year to year. Note that pressure must be indicated as the files recieved have no pressure information.
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.