Re: [R] R versions and PostScript files

2011-07-22 Thread pilchat
to do that!!! I am still at the beginner level with R. PLease, can anyone help me? Thanks a lot G On Fri, Jul 22, 2011 at 9:04 AM, Rainer M Krug r.m.k...@gmail.com wrote: On Fri, Jul 22, 2011 at 12:44 AM, Duncan Murdoch murdoch.dun...@gmail.com wrote: On 11-07-21 5:17 PM, pilchat wrote

Re: [R] R versions and PostScript files

2011-07-22 Thread pilchat
That's great! Thank you all!! Final question: how can I edit permanently the .ps.prolog? Is the .First() function an option? Please, tell me every detail as I am a total dumb! Many thanks Gaetano On Fri, Jul 22, 2011 at 11:27 AM, Ted Harding ted.hard...@wlandres.netwrote: On 22-Jul-11

Re: [R] R versions and PostScript files

2011-07-22 Thread pilchat
Thank you David, the useRaster=T does the trick! But, unfortunately, it doesn't work for persp. Is there any way to avoid the sRGB colors at the beginning of the R session? I tried to edit my Rprofile: .First - function() { a-system(ls /dati/software/R_lib/*.r,intern=T) for (i in a)

[R] R versions and PostScript files

2011-07-21 Thread pilchat
Dear R users, I have a desktop computer and a laptop, both of them with Ubuntu Lucid. The former has R2.10 installed from Ubuntu repositories (this is the most recent version in the repositories), while the latter has R2.13 from the CRAN repositories. I noticed that postscript files generated

Re: [R] R versions and PostScript files

2011-07-21 Thread pilchat
...@wlandres.netwrote: On 21-Jul-11 07:23:54, pilchat wrote: Dear R users, I have a desktop computer and a laptop, both of them with Ubuntu Lucid. The former has R2.10 installed from Ubuntu repositories (this is the most recent version in the repositories), while the latter has R2.13 from

Re: [R] R versions and PostScript files

2011-07-21 Thread pilchat
of what is already there would reinstate the old behavior, but no guarantees. ) On Jul 21, 2011, at 17:26 , (Ted Harding) wrote: On 21-Jul-11 13:24:32, Duncan Murdoch wrote: On 11-07-21 3:23 AM, pilchat wrote: Dear R users, I have a desktop computer and a laptop, both of them with Ubuntu

[R] Hershey fonts and substitute()

2010-12-19 Thread pilchat
Hello R users, I am new to R, so this may be a very stupid question. I need to subscript the dotted circle (Hershey escape sequence \\SO) to a string. I tried using text(.5,.5,substitute( R[disk] == 5 R[\\SO] ) ) but it turns out to be a syntax error. Do you have any suggestion?

[R] odot symbol as a subscript in axes labels

2010-12-13 Thread pilchat
Dear R users, do you know how to print the latex \odot symbol subscripted to axes labels? Thank you in advance Gaetano __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide

[R] Troubles in plotting to a postscript file (not to png)

2010-11-29 Thread pilchat
Dear R users, I am trying to produce some plots in a postscript file, but I am experiencing some issues. I open the device with - setPS() postscript (file='gs_mcmc_dust.ps',width=5*3,height=5*3,horizontal = FALSE, paper = special,family =

Re: [R] Troubles in plotting to a postscript file (not to png)

2010-11-29 Thread pilchat
Hi guys, to make it easier, here is a simple case with the same issues. I use the short function below to make the attached PS file. Things to fix: -) the greek letter lambda is not printed, while mu is printed (see the plot command) -) the annotation inside the plot area: the +- symbol and

Re: [R] moving xlabels in lattice

2010-11-25 Thread pilchat
Hi Colin, I wish I could do the same with a persp plot, since the labels overlap the ticks and the annotations. Unfortunately, I don't know the answer to your question, but I'll stay tuned on this thread. Good luck Gaetano On 11/25/2010 04:00 PM, statquant2 wrote: Dear R users, I am