Description Usage Format Examples
Shape file of the state of Rio de Janeiro/Brazilian
1 |
A shape file with 92 observations on the following 9 variables.
Rio de Janeiro counties numeric codes
Rio de Janeiro counties names
Rio de Janeiro counties latitude
Rio de Janeiro counties longitude
Rio de Janeiro counties population
Rio de Janeiro counties percentage of homes living with less than one minimun salary
Rio de Janeiro counties percentage of urban area
Counts of dengue fever cases by county in the state of Rio de Janeiro
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
The standard mortality ratio, calculated as the observed/expected counts
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.