Chord diagram.
n_chord( matrix, keys, render = c("svg", "canvas"), ..., width = NULL, height = NULL, element_id = NULL )
| matrix | a matrix used to compute the chord diagram. |
|---|---|
| keys | keys used to identify each cell in the matrix. |
| render | "svg" (responsive) or "canvas". "canvas" is well suited for large data sets as it does not impact DOM tree depth, however you'll lose the isomorphic rendering ability. |
| ... | additional arguments. |
| width, height | Must be a valid CSS unit (like |
| element_id | element id of widgets. |
a nivo Chord component