plus_minus_map | R Documentation |
Create a +- map !
plus_minus_map(xsf, varname)
xsf |
An |
varname |
The name of the column that store the balances to plot |
a plot
data(dollars) vintage_frame(dollars$polygones) dollars$polygones$delta = rowSums(dollars$OD)-colSums(dollars$OD) plus_minus_map(dollars$polygones,"delta")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.