| dhb_cars {DHBins} | R Documentation |
Cars per household in New Zealand
Description
The distribution of cars per household across New Zealand District Health Boards, based on data from the 2013 Census
Usage
data("dhb_cars")
Format
A data frame with 20 observations on the following 5 variables.
dhbDistrict Health Board name
noneNumber of households with no cars
oneNumber of households with one car
twoNumber of households with two cars
moreNumber of households with three or more cars
Source
Statistics New Zealand http://archive.stats.govt.nz/Census/2013-census/data-tables/dhb-tables.aspx
Examples
data(dhb_cars)
tris<-tri_alloc(dhb_cars[,-1], c("green","gold","orange","goldenrod"), names=dhb_cars$dhb )
dhtri(tri_colours=tris,
legend=list(fill=c("green","gold","orange","goldenrod"),
border=NA,
legend=c("0","1","2","3+"),
title="Cars/Household")
)
[Package DHBins version 1.1 Index]