vizMountainPosition: Visual Summary of Mountain Slope Positions

View source: R/vizMountainPosition.R

vizMountainPositionR Documentation

Visual Summary of Mountain Slope Positions

Description

A unique display of mountain slope position probability.

Usage

vizMountainPosition(
  x,
  s = NULL,
  annotations = TRUE,
  annotation.cex = 0.75,
  cols = c("#D53E4F", "#FC8D59", "#FEE08B", "#E6F598", "#99D594", "#3288BD"),
  ...
)

Arguments

x

data.frame as created by soilDB::fetchOSD(..., extended=TRUE), see details

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 ⁠[iterateHydOrder]⁠: ⁠target = 0.9, maxIter = 20, j.amount = 0.05, verbose = FALSE⁠

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 from cluster::diana

  • clust: hclust object

  • match.rate: fraction of series matching target hydrologic ordering, after clustering + rotation

Author(s)

D.E. Beaudette


ncss-tech/sharpshootR documentation built on April 9, 2024, 4:27 a.m.