A Function to Plot Differences Between LFS and ONS Data

plot_pop_age_compare_ons_lfs(df, theme_set = NULL)

Arguments

df

A Dataframe as produced by combine_ons_with_lfs of population demographics

theme_set

The ggpplot theme to be used defaults to minimal.

Value

A ggplot summarising the differences between both ONS and LFS datasets

Examples