powered by
Plot a soil relationship diagram using a chord diagram.
plotSoilRelationChordGraph(m, s, mult = 2, base.color = "grey", highlight.colors = c("RoyalBlue", "DarkOrange", "DarkGreen"), add.legend = TRUE, ...)
an adjacency matrix, no NA allowed
soil of interest, must exist in the column or row names of m
m
multiplier used to re-scale data in m associated with s
s
color for all soils other than s and 1st and 2nd most commonly co-occuring
vector of 3 colors: soil of interest, 1st most common, 2nd most common
logical, add a legend
additional arguments passed to circlize::chordDiagramFromMatrix
circlize::chordDiagramFromMatrix
This function is experimental. Documentation pending. See http://jokergoo.github.io/circlize/ for ideas.
https://github.com/jokergoo/circlize
plotSoilRelationGraph
# NOT RUN { data(amador) m <- component.adj.matrix(amador) plotSoilRelationChordGraph(m, 'amador') # }
Run the code above in your browser using DataLab