Who's onlineThere are currently 0 users and 1 guest online.
User loginBook navigationNavigationLive Traffic MapNew Publications
|
Fig. 6.4. Examples of environmental predictors used to interpolate HMCs.![]()
library(maptools)
library(rgdal)
# Download and extract grids:
download.file("http://spatial-analyst.net/book/system/files/usgrids5km.zip", destfile=paste(getwd(), "usgrids5km.zip", sep="/"))
grid.list <- c("dairp.asc", "dmino.asc", "dquksig.asc", "dTRI.asc", "gcarb.asc", "geomap.asc", "globedem.asc",
"minotype.asc", "nlights03.asc", "sdroads.asc", "twi.asc", "vsky.asc", "winde.asc", "glwd31.asc")
for(j in grid.list){
fname <- zip.file.extract(file=j, zipname="usgrids5km.zip")
file.copy(fname, paste("./", j, sep=""), overwrite=TRUE)
}
# plot the predictors:
library(adehabitat)
image(as.kasc(list(geomap=import.asc("geomap.asc"), nlights03=import.asc("nlights03.asc"),
dTRI=import.asc("dTRI.asc"), gcarb=import.asc("gcarb.asc"))))
|
Testimonials"Few days ago I have received copies of my book from Lulu.com. The prints are really impressive! If I think about it - Lulu never gave me any physical training about how to make a book cover, how to optimize the cost/readability balance etc; I only followed instructions on their website and submitted the document myself; and now I am looking at prints which are exactly what I would expect from a professional publisher." Poll |
Recent comments
1 year 2 weeks ago
1 year 20 weeks ago
1 year 28 weeks ago
1 year 41 weeks ago