Last chance! 50% off unlimited learning
Sale ends in
data(gambiaUTM)
pos
being the binary response for a malaria
diagnosis, as well as other child-level indicators such as netuse
and treated
being measures of bed net use and whether the nets were treated. The column green
is
a village-level measure of greenness. A UTM coordinate reference system is used, where
coordinates are in metres.data(gambiaUTM)
plot(gambiaUTM)
download.file("http://thematicmapping.org/downloads/TM_WORLD_BORDERS-0.3.zip",
"borders.zip")
unzip("borders.zip")
worldBorders = readOGR(".", "TM_WORLD_BORDERS-0.3")
africa = worldBorders[worldBorders$REGION ==2,]
plot(spTransform(africa, gambiaUTM@proj4string), add=T)
Run the code above in your browser using DataLab