Description Usage Arguments Details Value Author(s) References See Also Examples
This function creates and writes a CHILD input file from a S4-object (IN).
1 |
IN |
(character scalar) Name of the S4-object that will be converted. |
filename |
(character scalar) File name of the CHILD input file that will be created, with extension. |
The function only writes input parameters to the *.in-file from
slots that are not NA
.
A CHILD input file (*.in).
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 2 3 4 5 | # load example data set
data(hillslope1.in)
# write example CHILD input file
write.IN(hillslope1.in, filename = "hillslope1")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.