Skip to contents

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

Arguments

data

The data as a data frame.

source

.

target

.

weight

.

group

.

showNodes

.

nodeSize

.

nodeSizeValue

.

sortNodes

.

sortDecreasing

.

horizontal

.

arcWidth

.

arcWidthValue

.

arcTransparency

.

directed

.

colorByGroup

.

showStats

.

showLegend

.

labelSize

.

plotTitle

.

Value

A results object containing:

results$instructionsa html
results$todoa html
results$plotan image
results$networkStatsa html

Examples

# \donttest{
# example will be added
# }