Description Usage Arguments Value
View source: R/nc_getAttributes.R
Returns attributes from a netCDF files
1 | nc_getAttributes(nc, varid = 0, print = TRUE)
|
nc |
An object of class ncdf4 (as returned from nc_open), indicating what file to read from. |
varid |
The variable whose attribute is to be read. Can be a character
string with the variable's name or an object of class ncvar4. As a special
case, if |
print |
Logical specifying whether human readable output should be printed to the console. |
A named list of netCDF attributes is returned invisibly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.