Difference between revisions of "Hydrology in R"

From SourceWiki
Jump to navigation Jump to search
m
Line 2: Line 2:
 
[[Category:Hydrology in R]]
 
[[Category:Hydrology in R]]
  
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|TOPMODEL package]].
+
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 will be listed. They 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==
 +
 
 +
* [[topmodel|An R implementation of TOPMODEL]]
  
 
==Importing data==
 
==Importing data==

Revision as of 09:48, 10 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 will be listed. They 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

An example of importing GIS data

Topographical analysis

Basic hydrological analysis

Hydrological modelling

Uncertainty analysis

Visualisation

Miscellaneous functions