6b46c62d2e
File too long (should be no more than 24 lines). Line too long (should be no more than 80 characters). Trailing empty lines. Trailing white-space. Trucated the long files as best as possible while preserving the most info contained in them.
8 lines
517 B
Text
8 lines
517 B
Text
This package provides a high-level R interface to Unidata's netCDF
|
|
data files, which are portable across platforms and include metadata
|
|
information in addition to the data sets. Using this package netCDF
|
|
files can be opened and data sets read in easily. It is also easy to
|
|
create new netCDF dimensions, variables, and files, or manipulate
|
|
existing netCDF files. This interface provides considerably more
|
|
functionality than the old "netCDF" package for R, and is not
|
|
compatible with the old "netCDF" package for R.
|