Google Sankey Chart with R googleChartName <- "sankey"gvisChartName <- "gvisSankey"
Google Sankey Chart with R googleChartName <- "sankey"
gvisChartName <- "gvisSankey"
A sankey diagram is a visualization used to depict a flow from one set of values to another. The things being connected are called nodes and the connections are called links. They're named after Captain Sankey, who created a diagram of steam engine efficiency that used arrows having widths proportional to heat loss.
gvisSankey(data, from ="", to ="", weight ="", options = list(), chartid)
Arguments
data: data.frame that contains the data to be visualised
from: a string that refers to the column name in data for the source nodes to be used
to: a string that refers to the column name in data for the destination nodes to be used
weight: name of the column with the numerical weight of the connections
options: list of configuration options. The options are documented in detail by Google online: