powered by
An axis is an instance of a dimension.
axis
nc_axes(x, variables = NULL, ...)# S3 method for character nc_axes(x, variables = NULL, ...)# S3 method for NetCDF nc_axes(x, variables = NULL, ...)
# S3 method for character nc_axes(x, variables = NULL, ...)
# S3 method for NetCDF nc_axes(x, variables = NULL, ...)
data frame of axis instances, with columns 'axis', 'variable', 'dimension'
NetCDF source
names of vars to query
ignored
Each data source has a set of dimensions available for use by variables. Each axis is a 1-dimensional instance.
f <- system.file("extdata", "S2008001.L3m_DAY_CHL_chlor_a_9km.nc", package = "ncmeta") nc_axes(f)
Run the code above in your browser using DataLab