arcDiagram: Arc Diagram Example Data

arcDiagramR Documentation

Arc Diagram Example Data

Description

A dataset designed for creating arc diagrams, typically used to visualize relationships or flows between entities.

Usage

data(arcDiagram)

Format

A data frame with 21 rows and 4 variables:

source

Character. The starting node or entity in a relationship.

target

Character. The ending node or entity in a relationship.

weight

Numeric. The strength or magnitude of the relationship between source and target.

group

Character. A grouping variable for the relationships, often used for coloring arcs.

Examples

data(arcDiagram)
str(arcDiagram)
head(arcDiagram)
summary(arcDiagram$weight)

sbalci/ClinicoPathJamoviModule documentation built on June 13, 2025, 9:34 a.m.