Displaying 1 result from an estimated 1 matches for "ascfiles".
Did you mean:
addfiles
2010 Apr 10
0
adehabitat raster import
...ata layers into a kasc
dataframe. I'm not new to r or multivariate modeling, but the documentation
seems confusing.
I've experimented with bringing a few of them in 1 by 1 using the following, but
get stuck after that:
(file1 <- paste(system.file(package = "adehabitat"),
"ascfiles/annheat.asc", sep = "/"))
annheat<-import.asc(file1)
image(annheat)
annheat
(file2 <- paste(system.file(package = "adehabitat"),
"ascfiles/aquifer.asc", sep = "/"))
aquifer<-import.asc(file2)
image(aquifer)
aquifer
(file3 <- paste(system.file...