Description Usage Arguments Details Author(s) References See Also Examples
View source: R/plotSoilRelationChordGraph.R
Plot a soil relationship diagram using a chord diagram.
1 2 3 | plotSoilRelationChordGraph(m, s, mult = 2, base.color = "grey",
highlight.colors = c("RoyalBlue", "DarkOrange", "DarkGreen"),
add.legend = TRUE, ...)
|
m |
an adjacency matrix, no NA allowed |
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 |
logical, add a legend |
... |
additional arguments passed to |
This function is experimental. Documentation pending. See http://jokergoo.github.io/circlize/ for ideas.
D.E. Beaudette
https://github.com/jokergoo/circlize
1 2 3 4 5 6 | ## Not run:
data(amador)
m <- component.adj.matrix(amador)
plotSoilRelationChordGraph(m, 'amador')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.