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 snippets | + | This page contains various code snippets 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 packages has its own [[topmodel:page]]. |
− | = | + | =Importing data= |
− | |||
− | |||
* [[Hydrological data import]] | * [[Hydrological data import]] | ||
− | + | * [[Importing GCM data from the IPCC data repository]] | |
− | + | =Topographical analysis= | |
− | |||
− | |||
− | + | =Hydrological modelling= | |
− | |||
− | |||
− | |||
− | |||
− | + | =Uncertainty analysis= | |
− | |||
− | |||
− | |||
− | |||
− | + | =Visualisation= | |
− | + | * [[plotting maps]] | |
− | + | * [[Making nice hydrological graphs]] | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 19:13, 6 March 2008
This page contains various code snippets 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 packages has its own topmodel:page.