Scotland {R4HCR} | R Documentation |
Scottish Death Registration data for 2021.
Description
The number of deaths registered in Scotland per week for the first 42 weeks of 2021, stratified by cause of death.
Usage
Scotland
Format
A matrix with five rows and 42 columns.
rows
Cancer, Dementia, Respiratory, SARS-Cov2 and Other causes of death.
columns
Regsitration Weeks (Wk1 - Wk42).
Source
Downloaded from https://www.nrscotland.gov.uk/research/guides/birth-death-and-marriage-records in Nov 2021.
Examples
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))
[Package R4HCR version 0.1 Index]