View source: R/read.R View source: R/netcdf.R
read.glider | R Documentation |
This is a high-level function that passes control to read.glider.netcdf()
if the first argument is a string ending with ".nc"
or to
read.glider.seaexplorer.raw()
if it is a vector of strings, any contains
the text "pld1.raw."
followed by one or more digits.
This is a high-level function that passes control to read.glider.netcdf()
if the first argument is a string ending with ".nc"
or to
read.glider.seaexplorer.raw()
.
read.glider(file, debug = getOption("gliderDebug", default = 0), ...)
read.glider(file, debug = getOption("gliderDebug", default = 0), ...)
file |
character value giving the name of the file. |
debug |
an integer specifying whether debugging information is
to be printed during processing. If this is not provided, then
the value of |
... |
extra parameters passed to more specific |
A glider
object, i.e. one inheriting from glider.
A glider
object, i.e. one inheriting from glider.
Dan Kelley
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.