Difference between revisions of "Hydrology in R"

From SourceWiki
Jump to navigation Jump to search
Line 6: Line 6:
 
==Packages==
 
==Packages==
  
* [[topmodel|An R implementation of TOPMODEL]]
+
* [[topmodel|TOPMODEL]]
  
 
==Importing data==
 
==Importing data==
Line 47: Line 47:
  
 
* [[Data formatting and preprocessing]]
 
* [[Data formatting and preprocessing]]
 +
 +
==Feedback==
 +
 +
* This page is maintained by [http://www.ggy.bris.ac.uk/staff/staff_buytaert.html Wouter Buytaert]. All feedback is welcome.

Revision as of 09:14, 2 August 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

Topographical analysis

Basic hydrological analysis

Hydrological modelling

Uncertainty analysis

Visualisation

Miscellaneous functions

Feedback