nc_var | R Documentation |
Return a data frame about the variable at index i
.
nc_var(x, i)
## S3 method for class 'character'
nc_var(x, i)
## S3 method for class 'NetCDF'
nc_var(x, i)
x |
file name or handle |
i |
variable index (zero based) |
data frame of variable information
nc_vars
to obtain information about all variables, nc_inq
for an
overview of the file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.