Draw a Chord chart.
Usage
e_chord(e, source, target, value, rm_x = TRUE, rm_y = TRUE, ...)
e_chord_(e, source, target, value, rm_x = TRUE, rm_y = TRUE, ...)Arguments
- e
An
echarts4robject as returned bye_chartsor a proxy as returned byecharts4rProxy.- source, target
Source and target columns.
- value
Value shared between
sourceandtarget.- rm_x, rm_y
Whether to remove the x and y axis, defaults to
TRUE.- ...
Any other option to pass, check See Also section.
