'Creates arc diagrams for network visualization using the arcdiagram package.'
Usage
jjarcdiagram(
data,
source,
target,
weight = NULL,
group = NULL,
showNodes = TRUE,
nodeSize = "fixed",
nodeSizeValue = 2,
sortNodes = "none",
sortDecreasing = FALSE,
horizontal = TRUE,
arcWidth = "fixed",
arcWidthValue = 1,
arcTransparency = 0.5,
directed = TRUE,
colorByGroup = TRUE,
showStats = TRUE,
showLegend = TRUE,
labelSize = 0.8,
plotTitle = ""
)