| calc_gap {circlize} | R Documentation |
Calculate gap to make two Chord diagram with same scale
calc_gap(x1, x2, big.gap = 10, small.gap = 1)
x1 |
The matrix or the data frame for the first Chord diagram. |
x2 |
The matrix or the data frame for the second Chord diagram. |
big.gap |
|
small.gap |
|
There should be no overlap between the two sets of sectors.
A numeric value which can be directly set to big.gap in the second Chord diagram.
# There is no example NULL