Description Usage Arguments Value Author(s)
Add variable from NetCDF file to data frame
1 2 | fAddNCFVar(Data.F, Var.s, FileName.s, Dir.s, NcPackage.s,
CallFunction.s = "", VarNew.s = Var.s, ...)
|
Data.F |
Data frame |
Var.s |
Variable name or names (vector of strings) |
FileName.s |
NetCDF file name as a string |
Dir.s |
Directory as a string |
NcPackage.s |
Name (string) of R NetCDF package (implemented for 'RNetCDF' and 'ncdf4') |
CallFunction.s |
Name (string) of function called from |
VarNew.s |
Name (string) of the variable in Data.F, offer renaming |
... |
further arguments to var.get.nc or ncvar_get, such as start and count |
Data frame with new nc variable added.
AMM, KS, TW (Department for Biogeochemical Integration at MPI-BGC, Jena, Germany)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.