Description Usage Arguments Details Value Author(s) References Examples
Open an existing NetCDF dataset for reading and (optionally) writing.
1 |
con |
Filename of the NetCDF dataset to be opened. If the underlying NetCDF library supports OPeNDAP, |
write |
If |
share |
The buffer scheme. If |
prefill |
The prefill mode. If |
... |
Arguments passed to or from other methods (not used). |
This function opens an existing NetCDF dataset for access. By default, the dataset is opened read-only. If write=TRUE, then the dataset can be changed. This includes appending or changing data, adding dimensions, variables, and attributes.
Object of class "NetCDF" which points to the NetCDF dataset.
Pavel Michna, Milton Woods
http://www.unidata.ucar.edu/software/netcdf/
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.