rio: Dengue Fever in the State of Rio de Janeiro

Description Usage Format Examples

Description

Shape file of the state of Rio de Janeiro/Brazilian

Usage

1

Format

A shape file with 92 observations on the following 9 variables.

GeoCode

Rio de Janeiro counties numeric codes

Name

Rio de Janeiro counties names

Lat

Rio de Janeiro counties latitude

Long

Rio de Janeiro counties longitude

Pop

Rio de Janeiro counties population

Income

Rio de Janeiro counties percentage of homes living with less than one minimun salary

Urban

Rio de Janeiro counties percentage of urban area

Dengue

Counts of dengue fever cases by county in the state of Rio de Janeiro

E

Expected counts of dengue fever cases by county in the state of Rio de Janeiro, conditioned on the total number of cases the stratified by population rate

SMR

The standard mortality ratio, calculated as the observed/expected counts

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
 ## Not run: 
 ##Using spRplot
 #plot the shapefile
 spRplot(rio, col.pallete=list(col='green',alpha=0.5))
 #plot the characteristcs of data
 spRplot(rio,'SMR',cuts=c(0,.5,1,2,5,10),col.pallete=list(alpha=0.75))
 spRplot(rio,'Income',cuts=c(0,.2,.4,.6,.8,1))
 spRplot(rio,'Urban',cuts=c(0,.2,.4,.6,.8,1))
 ##Using spGplot
 #spGplot(rio, 
 var = 'SMR', 
 description = list(var = c('Income', 'Urban'), type = 'bar', title = 'Name'), 
 cuts=c(0,.5,1,2,5,10), 
 col.pallete = list(alpha=0.8))
 
## End(Not run)

lgsilvaesilva/spGoogle documentation built on May 21, 2019, 6:08 a.m.