Re: [R] raster plot is empty

2011-09-21 Thread Alex Olssen
Unfortunately the capabilities are identical too. For both systems I get jpeg png tifftcltk X11 aqua http/ftp sockets TRUE TRUE TRUE TRUEFALSEFALSE TRUE TRUE libxml fifo clediticonv NLS profmemcairo TRUEFALSE

Re: [R] raster plot is empty

2011-09-21 Thread Henrik Bengtsson
Adding $0.01 to this: Maybe comparing outputs of capabilities() gives some clues. /Henrik On Wed, Sep 21, 2011 at 6:00 PM, Alex Olssen wrote: > Yes, Mike you are correct. > > In fact I did use > > plot(r) > > The code is exactly the same in both cases - the axis labels have the > same numbers,

Re: [R] raster plot is empty

2011-09-21 Thread Alex Olssen
Yes, Mike you are correct. In fact I did use plot(r) The code is exactly the same in both cases - the axis labels have the same numbers, same with the legend - there is just no picture. sessionInfo() for my desktop - where the code works R version 2.13.1 (2011-07-08) Platform: i386-pc-mingw32/

Re: [R] raster plot is empty

2011-09-21 Thread Michael Sumner
Please ensure that it is really the exact same code, I'm sure you did not mean to plot "f", but "r" (for example). Also, sessionInfo results are helpful always - see the posting guide for ways to post better questions. > library(raster) Loading required package: sp raster version 1.9-5 (28-July-2

Re: [R] raster plot is empty

2011-09-21 Thread Sarah Goslee
Hi, On Wed, Sep 21, 2011 at 6:31 PM, Alex Olssen wrote: > Dear Sarah, > > I am not sure how to make a reproducible example.  The 3 lines of code > are exactly what I type in either system.  The code can be reproduced, > but the result is unlikely to be reproduced - for example on my > desktop thi

Re: [R] raster plot is empty

2011-09-21 Thread Alex Olssen
Dear Sarah, I am not sure how to make a reproducible example. The 3 lines of code are exactly what I type in either system. The code can be reproduced, but the result is unlikely to be reproduced - for example on my desktop this all works fine. Is there something more I can do to make this repr

Re: [R] raster plot is empty

2011-09-21 Thread Sarah Goslee
Alex, We definitely need the output of sessionInfo(), the version of raster, and a reproducible example. Without knowing the versions & OS, it's impossible to say. But my first guess (and it IS a guess) is that the server needs to be updated. Sarah On Wed, Sep 21, 2011 at 5:45 PM, Alex Olssen