R Circlize, Chord graph with empty sectors
问题 I am trying to create a chord graph using the circlize package in R. I would like to include sectors for which there is no outflow (no links emanating from them). Is there a way to: Force the program to report rows from my data frame, even if there are only zeros in that row. Suppress self-loops. (The vignettes calls on you to enter zeros at the diagonal to do this, but then we're back to the first problem.) I have attached my code. chordDiagram(mat, symmetric = TRUE, keep.diagonal = TRUE,