Répartition de la population des provinces et des territoires du Canada en 2020. Statistique Canada. Tableau 17-10-0005-01 Estimations de la population au 1er juillet, par âge et sexe.

Proter_Canada

Format

A data frame with 13 observations on the following 2 variables.

ProTer

a character vector

Population

a numeric vector

Examples


data(Proter_Canada)
str(Proter_Canada)
#> 'data.frame':	13 obs. of  2 variables:
#>  $ ProTer    : chr  "Terre-Neuve-et-Labrador" "Île-du-Prince-Édouard" "Nouvelle-Écosse" "Nouveau-Brunswick" ...
#>  $ Population: int  520998 159713 979115 781315 8575779 14733119 1379584 1177884 4428112 5145851 ...
barplot(Proter_Canada$Population, names.arg=Proter_Canada$ProTer, las=2)