View source: R/jjarcdiagram.h.R
jjarcdiagram | R Documentation |
'Creates arc diagrams for network visualization using the arcdiagram package.'
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
)
data |
The data as a data frame. |
source |
. |
target |
. |
weight |
. |
group |
. |
showNodes |
. |
nodeSize |
. |
nodeSizeValue |
. |
sortNodes |
. |
sortDecreasing |
. |
horizontal |
. |
arcWidth |
. |
arcWidthValue |
. |
arcTransparency |
. |
A results object containing:
results$todo | a html | ||||
results$plot | an image | ||||
# example will be added
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.