I was able to change the font size after creating the sankey diagram by setting the fontSize option:
#create sankey diagramp<-sankeyNetwork(...)#the default font size > p$x$options$fontSize [1] 7#set desired font sizep$x$options$fontSize<-10
I was able to change the font size after creating the sankey diagram by setting the fontSize option:
#create sankey diagramp<-sankeyNetwork(...)#the default font size > p$x$options$fontSize [1] 7#set desired font sizep$x$options$fontSize<-10