save_nc | R Documentation |
This function saves a tag dataset to a netCDF file (this is an archival file format supported by the tagtools package and suitable for submission to online data archives).
save_nc(file, X, ...)
file |
The name of the data and metadata file to be written. If |
X |
An |
... |
Additional sensor or metadata lists, if user has not bundled them all into a list already but is providing individual structures. |
Warning: this will overwrite any previous NetCDF file with the same name. The file is assumed to be in the current working directory unless file
includes file path information.
no return; saves a dataset to an nc file
BW <- beaked_whale
save_nc("beaked_whale_test", BW)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.