Skip to content
Prev 4783 / 29559 Next

combining two image files into one database

Hi Tomislav:

I tried what you suggested, and it works for the first part with the 
built-in data example "bei.extra". (By the way, my script could not find 
achan.asc file????)

Anyway, for me, I actually wanted to build the bei.extra type file 
itself which contains a list of pixel images "elev"  and "grad". 

To replicate this, I took X_im and Y_im (two pixel image files)

X_im <- im(....)
Y_im <- im(...)

Now, I want to create/save  a file "XY.extra" that contains a list of 
two pixel images X_im and Y_im.

Thanks.

Alok
Tomislav Hengl wrote: