View source: R/netCDF_GetInfoVarDims.R
netCDF_GetInfoVarDims | R Documentation |
Function to get information on dimensions for a variable in a netcdf file.
netCDF_GetInfoVarDims(netcdf, variable, verbose = FALSE)
netcdf |
- path to netcdf file (or previously opened connection) |
variable |
- variable name to extract |
verbose |
- flag (T/F) to print info |
None.
vector of dimension sizes, with dimension names as element names
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.