vizSurfaceShape {sharpshootR} | R Documentation |
Visual Summary of Surface Shape
Description
A unique display of surface shape (typically curvature) probability, suitable for across-slope or down-slope shape. Use the title
argument to make this clear.
Usage
vizSurfaceShape(
x,
title = "Surface Shape",
s = NULL,
annotations = TRUE,
annotation.cex = 0.75,
cols = c("#2B83BA", "#FFFFBF", "#D7191C", "#808080", "darkgreen"),
...
)
Arguments
x |
|
title |
a reasonable title for the figure |
s |
an optional soil series name, highlighted in the figure |
annotations |
logical, add number of record and normalized Shannon entropy values |
annotation.cex |
annotation label scaling factor |
cols |
vector of colors |
... |
additional arguments to |
Details
See the Soil Series Query Functions tutorial for more information.
Value
A list
with the following elements:
-
fig
: lattice object (the figure) -
order
: 1D ordering fromcluster::diana
-
clust
:hclust
object -
match.rate
: fraction of series matching target hydrologic ordering, after clustering + rotation
Author(s)
D.E. Beaudette