Difference between revisions of "Hydrology in R"

From SourceWiki
Jump to navigation Jump to search
Line 2: Line 2:
 
[[Category:Hydrology in R]]
 
[[Category:Hydrology in R]]
  
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.
+
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 [http://cran.r-project.org/mirrors.html CRAN]. We also make some specific packages available on this wiki.
  
 
==Packages==
 
==Packages==
Line 10: Line 10:
 
==Importing data==
 
==Importing data==
  
* [[Hydrological data import]]
+
* [[miscellaneous data import]]
  
 
Importing hydrological time series and basic preprocessing
 
Importing hydrological time series and basic preprocessing
  
* [[Importing GCM data from the IPCC data repository]]
+
* [[GCM data from the IPCC data repository]]
  
An example of importing GIS data
+
* [[CRU reanalysis data]]
  
 
==Topographical analysis==
 
==Topographical analysis==

Revision as of 19:55, 25 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 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