infoNcdfVars: Display information about all variables in netCDF file

Description Usage Arguments Value Author(s) See Also

Description

This function returns different summary information about all variables in a netCDF file.

Usage

1
2
infoNcdfVars(file.con, order.var = c("id", "name")[2], info.ext = FALSE, 
    dimvars = FALSE)

Arguments

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.

Value

a dataframe with the different information in its columns and each variable in one row.

Author(s)

Jannis v. Buttlar

See Also

infoNcdfDims, infoNcdfAtts


ncdf.tools documentation built on May 2, 2019, 4:19 a.m.