Description Usage Arguments Value Examples
Get species list from NetCDF file
1 | get_spec_list(input)
|
input |
An open ncdf4 object. |
The vector of chemical species codes.
1 2 3 4 5 6 | library(ncdf4)
library(raster)
tfile <- system.file("extdata","aust_20140212_nat_0.800dg_morw.nc",package="raaqfs")
mydata <- nc_open(tfile)
species<-get_spec_list(mydata)
print(species)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.