powered by
Bind chord diagram data
bind_chord_diagram_data( ., connections_data = NULL, source = NULL, target = NULL, value = NULL )
A Flourish chart
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.
Source
Target
Value. A number specifying the size of the flow. Flourish type hint: column
try( flourish(chart_type = "chord_diagram", api_key = Sys.getenv("FLOURISH_API_KEY")) |> bind_chord_diagram_data(gapminder) )
Run the code above in your browser using DataLab