Description Usage Arguments Value Examples
All columns of 'data', which are listed in 'station_names', are converted from 'unit_in' to 'unit_out' with the help of the udunits2 package.
1  | convert_eurocordex_units(data, station_names, unit_in, unit_out)
 | 
data | 
 data.frame: contains a column with data; columns indicated by 'station_names' are converted from 'unit_in' to 'unit_out'  | 
station_names | 
 character-array: contains names of the stations (columns of data), which units should be converted  | 
unit_in | 
 character: unit of the input data (FROM which should be converted)  | 
unit_out | 
 character: unit of the output data (TO which should be converted)  | 
data.from: same format as the
1  | # see example in README
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.