[R] greek symbols using pch

2005-10-09 Thread FISCHER, Matthew
Hi R-users, In a plot, can I specify pch to be a greek symbol? (I looked at show.pch() in the Hmisc package but couldn't see the right symbols in there). If not, I guess I can get around this using text(x,y,expression()). cheers!, Matt. Dr Matt Fischer Postdoctoral Fellow - IPILPS ANSTO

[R] graph tick label size

2005-09-18 Thread FISCHER, Matthew
Hi R-users, I'm running R under Unix and producing postscript output of graphs. Soemtimes, some tick axis labels disappear from my output. eg if I have a vector months <- c("J","F","M","A","M","J","J","A","S","O","N","D") Then the "M" and one or 2 other letters are dropped from the axis.

RE: [R] special symobol / character

2005-02-15 Thread FISCHER, Matthew
--Original Message- From: Eric Lecoutre [mailto:[EMAIL PROTECTED] Sent: Tuesday, 15 February 2005 18:54 To: FISCHER, Matthew; 'r-help@stat.math.ethz.ch' Subject: Re: [R] special symobol / character Hi Matthew, Most systems allow to enter any ASCII (or extended ASCII) character

[R] special symobol / character

2005-02-14 Thread FISCHER, Matthew
Hi all, Is it possible to add a permil (or per mille) symbol to an R plot (I couldn't find this symbol under demo(Hershey) or the plotmath information). In some ascii tables it is symbol no. 137. cheers, Matt. [[alternative HTML version deleted]] ___

[R] Getting R via web to access a remote file

2005-02-09 Thread FISCHER, Matthew
Hi all, I've written an R-script which uses CGIwithR to process data that is inputted via a html web page form. Now I would like to know how to go one step further, and get the script to read a remote file that someone places the filename of into a web page form. Is this possible? cheers,