read.netcdf | R Documentation |
Read a netcdf file, trying to interpret its contents sensibly.
read.netcdf(file, ..., encoding = NA, debug = getOption("oceDebug"))
file |
the name of a file |
... |
ignored |
encoding |
ignored. |
debug |
an integer specifying whether debugging information is
to be printed during the processing. This is a general parameter that
is used by many |
It is important to note that this is a preliminary version of this function, and much about it may change without notice. Indeed, it may be removed entirely.
Below are some features that may be changed.
The names of data items are not changed from those in the netcdf file on the assumption that this will offer the least surprise to the user.
An attempt is made to find some common metadata from global
attributes in the netcdf file. These attributes include
Longitude
, Latitude
, Ship
and Cruise
.
Before they are stored in the metadata, they are converted to
lower case, since that is the oce convention.
An oce object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.