Learn R Programming

btb (version 0.0.7)

reunion: Households of Reunion (Menages de La Reunion)

Description

Gridded database with a grid cell resolution of 200 meters. Source : Insee, Localized data : Fiscal Revenue - 31/12/2010 and Housing Tax - 01/01/2011.

(Donnees carroyees a 200 metres. Source : Insee, Revenus Fiscaux Localises (RFL) au 31 decembre 2010 et Taxe d habitation (TH) au 1er janvier 2011)

Arguments

Value

Examples

Run this code
## Not run: 
# data(reunion)
# # Smoothing of the variable houhold (households) and phouhold (poor households) for Reunion
# # Lissage de la variable houhold(menages) et phouhold(menages pauvres) pour La Reunion
# reunion_smooth=kernel_smoothing(reunion,200,800,c("houhold","phouhold"))
# 
# # Calculating the poverty rate (Calcul du taux de pauvrete)
# reunion_smooth$ratio=reunion_smooth$phouhold/reunion_smooth$houhold*100
# 
# # Building of the associated basemap (Creation du fond de carte associe)
# grid=smoothing_to_grid(reunion_smooth,"32740")
# 
# #library(rgdal)
# # Export of the basemap in shapefile format (Export du fond de carte au format shapefile)
# #writeOGR(grid,"reunion.shp","reunion",driver="ESRI Shapefile")
# ## End(Not run)

Run the code above in your browser using DataLab