Difference between revisions of "Hydrology in R"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
[[Category:Hydrology in R]] | [[Category:Hydrology in R]] | ||
− | This page contains examples of hydrological analysis and modelling using R. The routines use mainly functions that are available in the standard R packages. When non-standard packages are needed, they | + | This page contains examples of hydrological analysis and modelling using R. The routines use mainly functions that are available in the standard R packages. When non-standard packages are needed, they are listed at the beginning of each page. These can be downloaded and installed from [http://cran.r-project.org/mirrors.html CRAN]. We also make some specific packages available on this wiki. |
==Packages== | ==Packages== | ||
Line 10: | Line 10: | ||
==Importing data== | ==Importing data== | ||
− | * [[ | + | * [[miscellaneous data import]] |
Importing hydrological time series and basic preprocessing | Importing hydrological time series and basic preprocessing | ||
− | * [[ | + | * [[GCM data from the IPCC data repository]] |
− | + | * [[CRU reanalysis data]] | |
==Topographical analysis== | ==Topographical analysis== |
Revision as of 19:55, 25 June 2008
This page contains examples of hydrological analysis and modelling using R. The routines use mainly functions that are available in the standard R packages. When non-standard packages are needed, they are listed at the beginning of each page. These can be downloaded and installed from CRAN. We also make some specific packages available on this wiki.
Packages
Importing data
Importing hydrological time series and basic preprocessing