arcDiagram | R Documentation |
A dataset designed for creating arc diagrams, typically used to visualize relationships or flows between entities.
data(arcDiagram)
A data frame with 21 rows and 4 variables:
Character. The starting node or entity in a relationship.
Character. The ending node or entity in a relationship.
Numeric. The strength or magnitude of the relationship between source and target.
Character. A grouping variable for the relationships, often used for coloring arcs.
data(arcDiagram)
str(arcDiagram)
head(arcDiagram)
summary(arcDiagram$weight)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.