plotSoilRelationChordGraph {sharpshootR} | R Documentation |
Visualize Soil Relationships via Chord Diagram
Description
Visualize Soil Relationships via Chord Diagram
Usage
plotSoilRelationChordGraph(
m,
s,
mult = 2,
base.color = "grey",
highlight.colors = c("RoyalBlue", "DarkOrange", "DarkGreen"),
add.legend = TRUE,
...
)
Arguments
m |
an adjacency matrix, no |
s |
soil of interest, must exist in the column or row names of |
mult |
multiplier used to re-scale data in |
base.color |
color for all soils other than |
highlight.colors |
vector of 3 colors: soil of interest, 1st most common, 2nd most common |
add.legend |
|
... |
additional arguments passed to |
Details
This function is experimental. Documentation pending. See http://jokergoo.github.io/circlize/ for ideas.
Value
nothing, function is called to generate graphical output
Author(s)
D.E. Beaudette
[Package sharpshootR version 2.3.1 Index]