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 | + | 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]]. |
==Importing data== | ==Importing data== | ||
Line 18: | Line 18: | ||
* [[Calculating the topographical index]] | * [[Calculating the topographical index]] | ||
− | == | + | ==Basic hydrological analysis== |
+ | |||
+ | * [[baseflow separation]] | ||
* [[calculating catchment characteristics]] | * [[calculating catchment characteristics]] | ||
Line 33: | Line 35: | ||
* [[plotting maps]] | * [[plotting maps]] | ||
+ | |||
* [[Making nice hydrological graphs]] | * [[Making nice hydrological graphs]] |
Revision as of 02:45, 5 May 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