Description Usage Arguments Details Value Author(s) References See Also Examples
This function reads the parameters of a CHILD input file (*.in) and writes them to an S4-object. Non-specified parameters are assigned NA.
1 |
IN |
(character scalar) Name of the CHILD input file to be read, with extention. |
There may occur a warning message (In initialize(value, ...) : NAs
introduced by coercion). This is the result of non-conform characters
in the input-file such as brackets and space-separated words. This
warning message does not change the content of the created S4-object.
It is important to specify OPINTRVL above TSOPINTRVL in the input-file
to read. This is due to the text pattern matching algorithm. All other
parameters may be specified in any order desired.
An S4-object with all possible parameters as separate slots. Empty parameters are assgined NA.
Michael Dietze
CSDMS website. http://csdms.colorado.edu/wiki/Model:CHILD.
Tucker, GE. 2010. CHILD Users Guide for version R9.4.1.
http://csdms.colorado.edu/mediawiki/images/Child_users_guide.pdf
Tucker, GE., Lancaster, ST., Gasparini, NM., Bras, RL. 2001. The
Channel-Hillslope Integrated Landscape Development (CHILD) Model.
In Harmon, RS., Doe, W.W. III (eds). Landscape Erosion and Evolution
Modeling. Kluwer Academic/Plenum Publishers, pp. 349-388.
1 | # hillslope1.in <- read.IN("hillslope1")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.