Network
Keywords
flow
Examples
Callouts
```{r}
# https://christophergandrud.github.io/networkD3/ > https://cdn.jsdelivr.net/gh/christophergandrud/networkD3@master/JSONdata/flare.json
networkD3::diagonalNetwork(List = Flare, fontSize = 10, opacity = 0.9)
```