interpolate.edges: Function to interpolate edge nodes.

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/interpolate.edges.R

Description

This function identifies the outer boundaries of the modelled surface (boundary flags 1 or 2). These nodes are typically set to zero elevation. The function searches for the closest non-zero node and uses its elevation.

Usage

1

Arguments

dataset

(S4-object) CHILD model run output data set.

Value

An S4-object with output data of a CHILD model run, but with interpolated z-values of nodes of the surface boundary.

Author(s)

Michael Dietze

References

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.

See Also

display.surface

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
# load example data set
data(hillslope1b)

# display original surface
display.surface(hillslope1b, timestep = 20, type = "wireframe", theta = 90)

# interpolate edges
hillslope1bi <- interpolate.edges(hillslope1b)

# display interpolated surface to check the differences
display.surface(hillslope1bi, timestep = 20, type = "wireframe", theta = 90)

coffeemuggler/RCHILD documentation built on Dec. 31, 2020, 10:05 p.m.