File:Histogramme age hommes france 2009 GNU R.svg
| Uploaded by | Cdang |
|---|---|
| Upload date | 2013-02-08T09:52:07Z |
| MIME type | image/svg+xml |
| Dimensions | 635 × 878 px |
| File size | 170.3 KB |
Summary
| Description |
Français : Population masculine française en 2009 par classe d'âge. Fait avec GNU R, modifié avec Inkscape (enregistré comme eps, converti en pdf avec gsview, importé dans Inkscape). English: French male population in 2009 by age categories. Made with GNU R, modified with Inkscape (saved as eps, converted to pdf with gsview, imported into Inkscape). |
| Date | |
| Source | Own work, from INSEE — Résultats du recensement de la population en 2009, table POP1A - Population par sexe et âge regroupé - Niveau agrégé |
| Author | Cdang |
| SVG development | |
| Source code | R code> hommes = scan()
1: 1.214562
2: 1.220968
3: 2.053854
4: 2.814253
5: 2.858320
6: 6.191481
7: 6.518532
8: 3.837422
9: 3.303222
10: 1.112268
11:
Read 10 items
> etiquettes = scan(what = "character")
1: "< 3"
2: 3-5
3: 6-10
4: 11-17
5: 18-24
6: 25-39
7: 40-54
8: 55-64
9: 65-79
10: "> 80"
11:
Read 10 items
> barplot(hommes, names.arg=etiquettes,
+ xlab = "Catégorie d'âge", ylab = "Effectif (millions)", cex.names = 0.7)
> interv_ages = c(3-0, 5-3+1, 10-6+1, 17-11+1, 24-18+1, 39-25+1,
+ 54-40+1, 64-55+1, 79-65+1, 110-80+1)
> barplot(hommes, interv_ages, names.arg=etiquettes,
+ xlab = "Catégorie d'âge", ylab = "Effectif (millions)", cex.names = 0.7)
|
Licensing
I, the copyright holder of this work, hereby publish it under the following license:
| This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication. | |
| The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.
|