File:Histogramme age hommes france 2009 GNU R.svg

Original file(SVG file, nominally 635 × 878 pixels, file size: 170 KB)

Captions

Captions

Add a one-line explanation of what this file represents

Summary edit

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
InfoField
 
The SVG code is valid.
 
This chart was created with R.
Source code
InfoField

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 edit

I, the copyright holder of this work, hereby publish it under the following license:
Creative Commons CC-Zero 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.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current09:52, 8 February 2013Thumbnail for version as of 09:52, 8 February 2013635 × 878 (170 KB)Cdang (talk | contribs)remaining text -> path (rendering issue)
09:38, 8 February 2013Thumbnail for version as of 09:38, 8 February 2013635 × 878 (98 KB)Cdang (talk | contribs)one label "3-5" was missing on the botton figure
09:31, 8 February 2013Thumbnail for version as of 09:31, 8 February 2013635 × 878 (96 KB)Cdang (talk | contribs)Text -> path to solve a rendering issue
09:25, 8 February 2013Thumbnail for version as of 09:25, 8 February 2013635 × 878 (27 KB)Cdang (talk | contribs)User created page with UploadWizard

There are no pages that use this file.

Metadata