0

I am trying to add a logo to a sankey chart created using the code below but all attempts did not work:

library(networkD3)

p <- sankeyNetwork(Links = links, Nodes = nodes, Source = "IDsource", Target = "IDtarget", 
              Value = "value", NodeID = "name")
p

Any idea?

Phil
  • 7,287
  • 3
  • 36
  • 66
CharlesG
  • 3
  • 3

0 Answers0