Plots!

Functions to create quick plots from WDI data

plot_bar_wdi()

Plot a WDI indicator as an interactive bar-plot (powered by plotly)

plot_bubble_anime_gg_wdi()

Animated bubble plot

plot_bubble_anime_ly_wdi()

Animated/dynamic bubble plot, interactive (powered by plotly)

plot_bubble_gg_wdi()

Bubble plot

plot_bubble_ly_wdi()

Bubble plot, interactive (powered by plotly)

plot_dist_wdi()

Plot the distribution (density) of a single indicator using WDI data, downloading the data as necessary for the period indicated by start and end, and keeping only the latest data point available for each country

plot_dist_wdi_ggpdef()

Plot a WDI indicator

plot_race_wdi()

Race bar plot

plot_spaghetti_wdi()

Spaghetti plot that no-one really want to see (nor should want to see, ever)

plot_time_facets_wdi()

Line plot with facets showing how the indicator has changed over time in the highlight_countries, within regions or income groups (facets)

plot_time_wdi()

Line plot (plotly-powered) the indicator over time (year) for the highlight_countries only

{WDI} wrappers

Fns to get the data, using WDI

download_wdi()

Download WDI data and prepare the dataset for the plots

latest_wdi()

Get latest data per country