powered by
Generate a table of all variables.
nc_vars(x, ...)# S3 method for character nc_vars(x, ...)# S3 method for NetCDF nc_vars(x, ...)
# S3 method for character nc_vars(x, ...)
# S3 method for NetCDF nc_vars(x, ...)
data frame of variable information
filename or handle
ignored currently
f <- system.file("extdata", "S2008001.L3m_DAY_CHL_chlor_a_9km.nc", package = "ncmeta") nc_vars(f)
Run the code above in your browser using DataLab