View source: R/vizTerracePosition.R
vizTerracePosition | R Documentation |
A unique display of terraced landform position probability.
vizTerracePosition(
x,
s = NULL,
annotations = TRUE,
annotation.cex = 0.75,
cols = c("#2B83BA", "#FDAE61"),
...
)
x |
|
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 |
See the Soil Series Query Functions tutorial for more information.
A list
with the following elements:
fig
: lattice object (the figure)
order
: 1D ordering from cluster::diana
clust
: hclust
object
match.rate
: fraction of series matching target hydrologic ordering, after clustering + rotation
D.E. Beaudette
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.