Description Usage Arguments Details Value Examples
Load all the variables from a NetCDF file into the global environment.
1 | nc_load(x)
|
x |
path to NetCDF file |
See 'nc_read' (not yet implemented) for a less heretical way to do this.
NULL for success, has the side effect of creating variables in the global environment
1 2 | x <- system.file("extdata", "S2008001.L3m_DAY_CHL_chl_ocx_9km.nc", package = "ncload")
nc_load(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.