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