Changes between Version 40 and Version 41 of udg/ecoms/RPackage/examples
- Timestamp:
- Jan 17, 2014 11:00:33 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
udg/ecoms/RPackage/examples
v40 v41 1 1 2 The following examples are partly based on locally stored data. Only the `loadSeasonalForecast` function does not require locally stored datasets because it works by remotely accessing the System4 databases stored in the SPECS-EUPORIAS Data Server (in this case a valid username and password are required though, as detailed [https://www.meteo.unican.es/trac/meteo/wiki/EcomsUdg/RPackage/Authentication Authentication section]). Therefore, it is recommended that the [https://www.meteo.unican.es/trac/meteo/raw-attachment/wiki/EcomsUdg/meteoR_v1_0.zip meteoR_v1_0.zip] file is downloaded and unzipped in a convenient directory before starting. Please follow the [wiki:. /RPackage/Requirements instructions].2 The following examples are partly based on locally stored data. Only the `loadSeasonalForecast` function does not require locally stored datasets because it works by remotely accessing the System4 databases stored in the SPECS-EUPORIAS Data Server (in this case a valid username and password are required though, as detailed [https://www.meteo.unican.es/trac/meteo/wiki/EcomsUdg/RPackage/Authentication Authentication section]). Therefore, it is recommended that the [https://www.meteo.unican.es/trac/meteo/raw-attachment/wiki/EcomsUdg/meteoR_v1_0.zip meteoR_v1_0.zip] file is downloaded and unzipped in a convenient directory before starting. Please follow the [wiki:../Requirements instructions]. 3 3 4 4 … … 17 17 18 18 19 Data are now ready for analysis into our R session. Note that we have set the `standard.vars` argument to `TRUE`, and we have specified a path to the dictionary, a file with extension ''.dic'', whose aim is to translate the original variable stored in the dataset (in this case in Kelvin instead of Celsius). More details on the use of the dictionary are provided in [wiki: ./RPackage this section].19 Data are now ready for analysis into our R session. Note that we have set the `standard.vars` argument to `TRUE`, and we have specified a path to the dictionary, a file with extension ''.dic'', whose aim is to translate the original variable stored in the dataset (in this case in Kelvin instead of Celsius). More details on the use of the dictionary are provided in [wiki:EcomsUdg/RPackage this section]. 20 20 21 21 {{{