Skip to contents

'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
)

Arguments

data

The data as a data frame.

source

.

target

.

weight

.

group

.

showNodes

.

nodeSize

.

nodeSizeValue

.

sortNodes

.

sortDecreasing

.

horizontal

.

arcWidth

.

arcWidthValue

.

arcTransparency

.

Value

A results object containing:

results$todoa html
results$plotan image

Examples

# \donttest{
# example will be added
# }