Thank you Sarah and David, I only used a simple plot, and remembered to dev.off(). attached is the session:
> plot(c(1,2,3),c(3,2,4))> jpeg("test.jpg")> dev.off()RStudioGD 2 > sessionInfo()R version 2.13.1 (2011-07-08) Platform: x86_64-pc-mingw32/x64 (64-bit) locale: [1] LC_COLLATE=Hebrew_Israel.1255 LC_CTYPE=Hebrew_Israel.1255 LC_MONETARY=Hebrew_Israel.1255 LC_NUMERIC=C [5] LC_TIME=Hebrew_Israel.1255 attached base packages: [1] stats graphics grDevices utils datasets methods base loaded via a namespace (and not attached): [1] tools_2.13.1 Thanks, Eran. On Mon, Sep 5, 2011 at 6:20 PM, Sarah Goslee <sarah.gos...@gmail.com> wrote: > Hi Eran, > > To be able to help, we need at a minimum a reproducible example and the > output of sessionInfo(). > > Sarah > > On Mon, Sep 5, 2011 at 11:14 AM, Eran Eidinger <e...@taykey.com> wrote: > > Sorry guys, just removed, the "at" prameters. The warnings are gone now, > but > > I still get an empty image, no matter which function i use (pdf, jpeg, > > bmp...) > > Any clue? > > > > Thanks, > > Eran. > > > > On Mon, Sep 5, 2011 at 6:09 PM, Eran Eidinger <e...@taykey.com> wrote: > > > >> Hello, > >> > >> I've been using jpeg(), bmp() and pdf() to capture plots. > >> I've used the parameter "at" in a plot, to define the tickmarks. > >> It works fine on screen, but when I try to print it to a file, it gives > a > >> warning: > >> > >> "at" is not a graphical parameter > >> > >> > >> and prints an empty figure. Can you help? > >> > >> > >> Thanks, > >> > >> Eran. > >> > >> > > > > > > -- > Sarah Goslee > http://www.functionaldiversity.org > [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.