powered by
Get information about the dimensions in a NetCDF source.
nc_dims(x, ...)# S3 method for character nc_dims(x, ...)# S3 method for NetCDF nc_dims(x, ...)# S3 method for ncdf4 nc_dims(x, ...)
# S3 method for character nc_dims(x, ...)
# S3 method for NetCDF nc_dims(x, ...)
# S3 method for ncdf4 nc_dims(x, ...)
data frame of dimension information, one row per dimension, with columns 'id', 'name', 'length', 'unlim'
file address or handle
ignored
f <- system.file("extdata", "S2008001.L3m_DAY_CHL_chlor_a_9km.nc", package = "ncmeta") nc_dims(f)
Run the code above in your browser using DataLab