Difference between revisions of "Hydrology in R"

From SourceWiki
Jump to navigation Jump to search
m
Line 40: Line 40:
 
* [[Making nice hydrological graphs]]
 
* [[Making nice hydrological graphs]]
  
==Miscelaneous functions==
+
==Miscellaneous functions==
  
 
* [[Data formatting and preprocessing]]
 
* [[Data formatting and preprocessing]]

Revision as of 12:58, 4 June 2008


This page contains R code that may be useful for hydrological analysis and modelling. The routines use mainly functions that are available in the standard R packages. At the beginning of each page, non-standard packages will be listed. They can be downloaded from CRAN. Some routines use specific code and routines that are available in the TOPMODEL package.

Importing data

Importing hydrological time series and basic preprocessing

An example of importing GIS data

Topographical analysis

Basic hydrological analysis

Hydrological modelling

Uncertainty analysis

Visualisation

Miscellaneous functions