bind_chord_diagram_data: Bind chord diagram data

View source: R/bind_chord_diagram_data.R

bind_chord_diagram_dataR Documentation

Bind chord diagram data

Description

Bind chord diagram data

Usage

bind_chord_diagram_data(
  .,
  connections_data = NULL,
  source = NULL,
  target = NULL,
  value = NULL
)

Arguments

.

The prior Flourish object. No need to specify name if piping graph as the graph will take the first argument (i.e. the prior existing graph).

connections_data

Connections data.

source

Source

target

Target

value

Value. A number specifying the size of the flow. Flourish type hint: column

Value

A Flourish chart

Examples

try(
  flourish(chart_type = "chord_diagram", api_key = Sys.getenv("FLOURISH_API_KEY")) |>
  bind_chord_diagram_data(gapminder)
)

flourishcharts documentation built on Oct. 30, 2024, 9:07 a.m.