[R-sig-Geo] rsaga multi.local.function

Chuck Bulmer cebulmer at telus.net
Thu Mar 8 02:20:22 CET 2012


Resolved...

The following work around accomplishes what I'm trying to do.

library(raster)
t<-stack("ELEV.asc", "AACN.asc", "CNBL.asc")
predict(t, PGMRF, filename = "predicted_output.asc", fun = predict, se.fit =
TRUE)

The coded material types (C, F, G, L, M) appear as numbers (1,2,3,4,5) in
the "predicted_output.asc" raster.

All is well !

Chuck



--
View this message in context: http://r-sig-geo.2731867.n2.nabble.com/rsaga-multi-local-function-tp7319490p7353658.html
Sent from the R-sig-geo mailing list archive at Nabble.com.



More information about the R-sig-Geo mailing list