johnmackintosh / pyramid-plots

Highland area population pyramids based on NRS Small Area Population Estimates (SAPE) 2021

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pyramid-plots

Highland area population pyramids based on NRS Small Area Population Estimates (SAPE) 2020 / 2021

Latest data sources:

persons males females

All Highland areas:

facet_pyramid(pyramid_tots,
              council = Highland,
              facet_cols = 3)

2021:

image

2020:

image

Argyll and Bute:

facet_pyramid(pyramid_tots,
              council = `Argyll and Bute`,
              facet_cols = 2)

image

Specific areas within council:

facet_pyramid(pyramid_tots,
              council = Highland,
              facet_cols = 3,
              ax_limits = "fixed",
              nbreaks = 8,
              Sutherland, Caithness, Lochaber)

2021: image

2020: image

All:

facet_pyramid(pyramid_tots,
              facet_cols = 6,
              nbreaks = 3)

image

Animation of Inverness area projections

image

image

image

About

Highland area population pyramids based on NRS Small Area Population Estimates (SAPE) 2021


Languages

Language:R 100.0%