nc_inq | R Documentation |
Get information about a NetCDF data source, may be a file path, or a RNetCDF
file handle, or an OpenDAP/Thredds server address.
nc_inq(x, ...)
## S3 method for class 'NetCDF'
nc_inq(x, ...)
## S3 method for class 'character'
nc_inq(x, ...)
x |
filename or handle |
... |
ignored |
## Not run:
f <- raadfiles:::cmip5_files()$fullname[1]
nc_inq(f)
nc_var(f, 0)
nc_dim(f, 0)
## End(Not run)
f <- system.file("extdata", "S2008001.L3m_DAY_CHL_chlor_a_9km.nc", package = "ncmeta")
nc_inq(f)
nc_var(f, 0)
nc_dim(f, 0)
nc_vars(f)
nc_dims(f)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.