swissmunicipalities {sampling} | R Documentation |
The Swiss municipalities population
Description
This population provides information about the Swiss municipalities
in 2003.
Usage
data(swissmunicipalities)
Format
A data frame with 2896 observations on the following 22 variables:
- CT
- Swiss canton.
- REG
- Swiss region.
- COM
- municipality number.
- Nom
- municipality name.
- HApoly
- municipality area.
- Surfacesbois
- wood area.
- Surfacescult
- area under cultivation.
- Alp
- mountain pasture area.
- Airbat
- area with buildings.
- Airind
- industrial area.
- P00BMTOT
- number of men.
- P00BWTOT
- number of women.
- Pop020
- number of men and women aged between 0 and 19.
- Pop2040
- number of men and women aged between 20 and 39.
- Pop4065
- number of men and women aged between 40 and 64.
- Pop65P
- number of men and women aged between 65 and over.
- H00PTOT
- number of households.
- H00P01
- number of households with 1 person.
- H00P02
- number of households with 2 persons.
- H00P03
- number of households with 3 persons.
- H00P04
- number of households with 4 persons.
- POPTOT
- total population.
Source
Swiss Federal Statistical Office.
Examples
data(swissmunicipalities)
hist(swissmunicipalities$POPTOT)
[Package
sampling version 2.1
Index]