jjarcdiagram: Arc Diagram

View source: R/jjarcdiagram.h.R

jjarcdiagramR Documentation

Arc Diagram

Description

'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$todo a html
results$plot an image

Examples


# example will be added


sbalci/ClinicoPathJamoviModule documentation built on Feb. 25, 2025, 6:34 a.m.