Description Usage Arguments Value Warning Author(s) See Also Examples
Read NETCDF file and extract time, location and a variable from it.
| 1 | read_nc(file = file.choose(), var = "", lat = "lat", lon = "lon", ...)
 | 
| file | Name of nc file. May include relative or absolute path.
DEFAULT:  | 
| var | Name of variable to extract, interactive choice if  | 
| lat, lon | Name of latitude and longitude variables. DEFAULT: "lat","lon" | 
| ... | Further arguments passed to  | 
List with time, lat, lon, var, varname, file, cdf (result of
ncdf4::nc_open, from which the previous elements are extracted.)
This has not yet been tested on many nc files! Please report any errors.
Berry Boessenkool, berry-b@gmx.de, Feb 2017
| 1 | # to be added
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.