Description Usage Arguments Value Author(s) References See Also Examples
This function reads all present output files of a CHILD model run and creates an S4-object (CHILD) with the respective data.
1 | read.CHILD(dataset)
|
dataset |
(character scalar) Name of the CHILD run, i.e. common file names of the output files, without extension. All the files must be present in the same directory. Either the workspace or a path to this CHILD run directory must be set appropriately. |
An S4-object with all output data of a CHILD model run.
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.
read.IN
, write.IN
,
write.raster
, display.surface
1 2 3 4 5 6 7 8 9 10 | # Examples are not run, remove hashes to run them
# # Run CHILD to create a model output
# run.CHILD("hillslope1", "hillslope1.in")
# # Import the model run output data set
# hillslope1 <- read.CHILD("hillslope1/hillslope1")
# # Show the summary of the imported data set
# hillslope1@summary
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.