Description Usage Arguments Value Examples
read actual data from netCDF files
1  | read_eurocordex_files(dir, fImport, idxStations, varname)
 | 
dir | 
 string: file direcotory  | 
fImport | 
 data.frame: containing columns filename, read_idx_start, and read_idx_count  | 
idxStations | 
 data.frame: containing columns station_name, idx_lon, and idx_lat  | 
varname | 
 variable name to import  | 
data.frame with first column "time" and last column "time_posix". further columns in between are denoted according to idxStations$station_name; each row contains data of one time step
1  | # Used by `read_eurocordex_data`. Please look into that function's code for a usage example.
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.