CircosChord.p {interacCircos} | R Documentation |
Create a chord module using a data path. chord.p meaens chord plot based on path
CircosChord.p( modulename, radius = 216, opacity = 0.67, color = "#B8B8B8", data, ... )
modulename |
The name of the new module |
radius |
The radius for chord circle |
opacity |
The opacity for chord |
color |
The color for chord |
data |
A list of chord value with relationship details, details could be found on chord.pExample |
... |
Ignored |
The module tracks for chord modules of circosJS
chord.pData<-chord.pExample Circos()