read.ctd.ios | R Documentation |
The read.ctd.ios()
function reads CTD data in either of two formats used by
the Institution of Ocean Sciences, of the Department of Fisheries
and Oceans, Canada. The formats are inferred from the value of the
filename
argument. If that value ends in ".ctd"
, then read.ctd.ios.text()
is
called to read the data. If it ends in ".nc"
, then read.ctd.ios.netcdf()
is called. (No other endings are handled.)
read.ctd.ios(filename, missingValue = NULL, debug = 0)
filename |
character value specifying the file name. |
missingValue |
numeric value that is to be converted to |
debug |
integer value controlling the printing of information that may help in debugging problems. The default, 0, means to work silently; positive values mean that some information should be printed. |
read.ctd.ios()
returns an oce
object of class ctd
.
Add lines to nameMaker() and unitMaker() as required, to handle column names that are not yet handled.
Dan Kelley
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.