is it possible to sort the links in each sector of a chord diagram made with the circlize package by distance to the other sectors?
Normally, links could overlap near the tracks because of their position. This would be prohibited by changing it respectively.
Example image with one link crossing
I have founded only the possibility to sort it by value size with link.sort
, but this is not what I am looking for.
Thanks for the answer! Cheers.