Hi - I have a script that uses stackFromFiles that used to be part of
the Raster package but it's not any more. Ca anyone out there let me
know the new way to do this:
sat_image <- stackFromFiles(c(inImage), c(bandlist[1]))
for (y in 2:numbands) {
sat_image <- addFiles(sat_image, c(inImage), c(bandlist[y]))
}
Any help is appreciated.
Ned
Raster package stackFromFiles
2 messages · Ned Horning, Robert J. Hijmans
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-geo/attachments/20090922/f08447da/attachment.pl>