Scotland | R Documentation |
The number of deaths registered in Scotland per week for the first 42 weeks of 2021, stratified by cause of death.
Scotland
A matrix with five rows and 42 columns.
rows
Cancer, Dementia, Respiratory, SARS-Cov2 and Other causes of death.
columns
Regsitration Weeks (Wk1 - Wk42).
Downloaded from https://www.nrscotland.gov.uk/research/guides/birth-death-and-marriage-records in Nov 2021.
data(Scotland, package = "R4HCR")
# A stacked barplot.
barplot(Scotland,
legend.text = c("Cancer","Dementia/Alzheimers",
"Circulatory","Respiratory","Covid-19","Other"),
beside = FALSE,
cex.names = 0.8,
angle = c(45,90,135,180,215),
density = 45,
args.legend = c(ncol = 3, cex = 0.65, x = 45))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.