Re: [R] save an object of class "im"

2008-10-24 Thread ppaarrkk
Thanks for reply. I have worked out what it was. It was the fact that I was creating the files within functions, doing assign() within the function and then returning the result. I have changed it so that the image file is assigned globally within the function and now it can be saved and loaded pr

Re: [R] save an object of class "im"

2008-10-23 Thread Sarah Goslee
How about an example of what you did? It's difficult to provide suggestions without a workable example of the commands you used. Sarah On Thu, Oct 23, 2008 at 12:26 PM, ppaarrkk <[EMAIL PROTECTED]> wrote: > > I have created various "im" objects, but can't seem to save and load them. I > can save

[R] save an object of class "im"

2008-10-23 Thread ppaarrkk
I have created various "im" objects, but can't seem to save and load them. I can save them, but as small files of less than 1Kb. Therefore, when they are re-loaded, they cannot be plotted as images. Any ideas please. Thankyou. Simon Parker Imperial College -- View this message in context: htt