View source: R/extract.timeseries.cordat.R
Extracts variable from CoRDAT .nc files
1 | extract.cordat(nc, varname, coor, fun = mean, method = "bilinear", buffer = 5000)
|
nc |
destination of the .nc files |
varname |
name of the variable to be extraction from .nc files |
coor |
vector/matrix of mid longitude and latitude |
method |
See the argument method in extract function |
buffer |
See the argument buffer in extract function; default is set to 5000 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.