Description Usage Arguments Value Author(s) See Also
This function returns different summary information about all variables in a netCDF file.
1 2 | infoNcdfVars(file.con, order.var = c("id", "name")[2], info.ext = FALSE,
dimvars = FALSE)
|
file.con |
a NetCDF object pointing to the respective netCDF file. |
order.var |
character vector: Whether to sort the variables according to their name (default) or id. |
info.ext |
logical: whether to compute ranges/means etc. for the variables. Setting this to TRUE may take a while to compute with large files. |
dimvars |
logical: whether to include the coordinate variables in the output. |
a dataframe with the different information in its columns and each variable in one row.
Jannis v. Buttlar
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.