writeNetCDF4 | R Documentation |
writeNetCDF4
Writes a list of data to a netCDF4 file.
tsd2NetCDF4
Writes a list of data to a netCDF4 file.
pings2NetCDF4
Convenience function for converting .pings files to netCDF4 files.
seg2NetCDF4
Convenience function for converting .seg files to netCDF4 files.
writeNetCDF4(data, con, units = NULL, dims = NULL)
tsd2NetCDF4(tsdFile, netCDF4dir, units = NULL, dims = NULL)
pings2NetCDF4(event)
seg2NetCDF4(event)
data |
The list of data to write to the netCDF4 file. |
con |
The path to the netCDF4 file. |
units |
An optional list of units, named by the names of |
dims |
An optional list of dimensions, named by the names of |
tsdFile |
The path to a TSD file. |
netCDF4dir |
The path to the directory in which to put a netCDF4 file. |
event |
The path to the event holding TSD files. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.