powered by
Return a data frame about the variable at index i.
i
nc_var(x, i)# S3 method for character nc_var(x, i)# S3 method for NetCDF nc_var(x, i)
# S3 method for character nc_var(x, i)
# S3 method for NetCDF nc_var(x, i)
data frame of variable information
file name or handle
variable index (zero based)
nc_vars to obtain information about all variables, nc_inq for an overview of the file
nc_vars
nc_inq
f <- system.file("extdata", "S2008001.L3m_DAY_CHL_chlor_a_9km.nc", package = "ncmeta") nc_var(f, 0)
Run the code above in your browser using DataLab