Description Usage Arguments Details Value Author(s) References See Also Examples
This function creates a plot of slope va. area for all interiour nodes of a CHILD model run, for each specified time step separately. The plot data sets are returned as well.
1 | display.SAP(dataset, timesteps, plot = TRUE, ...)
|
dataset |
(S4-object) CHILD model run output data set. |
timesteps |
(numeric vector) Time steps use for calculation. If missing, all modelled time steps are used. |
plot |
(logical scalar) Option to show or hide plot output (dafault is TRUE). |
... |
Further plot parameters to pass to the plot object. |
No details yet
A list object
data |
A list with area and slope data per time step. |
ranges |
A matrix with data ranges of area and slope. |
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 6 7 8 9 10 11 12 13 14 15 | # load example data set
data(hillslope1)
# plot slope vs. area for time steps 2 to 5 in a log-log-plot
SAP <- display.SAP(hillslope1,
timesteps = 2:5,
main = "Slope-area-plot",
xlab = "area [square metres]",
ylab = "slope [degree]",
log = "xy",
cex = 0.4)
# show some numeric output for time step 2
SAP$data[[2]][1:5,]
SAP$ranges
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.