netCDF_Open | R Documentation |
Function to open a netcdf file and return an opened connection.
netCDF_Open(netcdf)
netcdf |
- path to netcdf file (or previously opened connection) |
The returned object should be closed by the user usingncdf4::nc_close(...)
.
netcdf
is simply passed through if it is already an open connection.
object of class 'ncdf4', an opened connection to a netcdf file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.