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 various code | + | This page contains various code that may be useful for hydrological analysis and modelling in R. Stable functions with some broader relevance may eventually make it into the TOPMODEL package. The TOPMODEL package has its own [[topmodel|page]]. |
− | =Importing data= | + | ==Importing data== |
* [[Hydrological data import]] | * [[Hydrological data import]] | ||
+ | |||
+ | Importing hydrological time series and basic preprocessing | ||
* [[Importing GCM data from the IPCC data repository]] | * [[Importing GCM data from the IPCC data repository]] | ||
− | + | An example of importing GIS data | |
− | |||
+ | ==Topographical analysis== | ||
− | + | * [[Calculating the topographical index]] | |
+ | ==Baseflow separation== | ||
+ | ==Hydrological modelling== | ||
− | + | * [[Topmodel]] | |
+ | ==Uncertainty analysis== | ||
+ | * [[GLUE analysis]] | ||
− | =Visualisation= | + | ==Visualisation== |
* [[plotting maps]] | * [[plotting maps]] | ||
* [[Making nice hydrological graphs]] | * [[Making nice hydrological graphs]] |
Revision as of 22:15, 7 March 2008
This page contains various code that may be useful for hydrological analysis and modelling in R. Stable functions with some broader relevance may eventually make it into the TOPMODEL package. The TOPMODEL package has its own page.
Importing data
Importing hydrological time series and basic preprocessing
An example of importing GIS data