[R] Graphic text

Maura E Monville maura.monville at gmail.com
Fri Feb 29 18:23:51 CET 2008


I will try. It looks like the new-line sequence is to be enclosed in
single quotes ''
because the whole text is inside double quotes "".
Still it would be nice to have the possibility to pop up a text
widget. I know R is a serious statistical tool. But when you have to
present your project then pretty pictures,widgets, and gadgets capture
the attention of the audience.
Maybe R can be interfaced with GL and/or Tcl/Tk.

Thanks,
Maura

On Fri, Feb 29, 2008 at 10:43 AM, Neil Shephard <nshephard at gmail.com> wrote:
> Hi Maura,
>
>  I was for sent this instead of it being sent to the list or yourself.
>
>  Neil
>
>
>  ---------- Forwarded message ----------
>  From: Horan, Brian <Brian_Horan at csx.com>
>  Date: Fri, Feb 29, 2008 at 4:30 PM
>  Subject: RE: [R] Graphic text
>  To: Neil Shephard <nshephard at gmail.com>
>
>
>  Putting a newline, '\n' works in your main/sub text string works for me
>   on both *NIX and Windows...
>
>
>
>
>
>   -----Original Message-----
>   From: r-help-bounces at r-project.org [mailto:r-help-bounces at r-project.org]
>   On Behalf Of Neil Shephard
>   Sent: Friday, February 29, 2008 9:50 AM
>   To: Maura E Monville
>   Cc: r-help
>   Subject: Re: [R] Graphic text
>
>   Hi Maura,
>
>   I'm afraid that your message below only came to me, and wasn't copied to
>   R-help.
>
>   I'm useless at graphics in R, but I'd recommend posting exactly what
>   R-code that your writing, this will show what plotting commands your
>   using and the syntax, and will allow others to provide insightful
>   comments, otherwise they're just guessing at what your already doing.
>
>   A very vague guess that I can offer would be that the argument to main
>   or sub could be split over multiple lines by writing it like this...
>
>   main=c("This is the first line", "and this is the second line")
>
>   ....but as I say, I'm not great with graphics, and don't know what
>   function/commands your using.
>
>   For your convenience I've CC'd this to R-help so that if you hit
>   "Reply to all" then your message with your examples will go to the
>   list too.
>
>   Neil
>
>   On Fri, Feb 29, 2008 at 1:44 PM, Maura E Monville
>   <maura.monville at gmail.com> wrote:
>   > MY OS is  Linux/SuSE 10.3
>   >
>   >  R version is 2.6.1
>   >
>   >  The pop-up message is my goal. So far it only appears in the text
>   >  terminal window where I started R.
>   >  I would like to show the quantitative results of my calculations
>   >  superimposed to a 2x2 graphic layout..
>   >  This is a textual data spread on a number of lines that cannot be
>   >  placed in the MAIN or SUB text fields of any of the 4 plots.
>   >  I do not know how to split the MAIN or the SUB text onto two or more
>   lines.
>   >  Anyway, both MAIN and SUB text fields are designed to accommodate
>   short text
>   >  data ... I guess.
>   >
>   >  Thank you so much,
>   >  Maura E.M.
>   >
>   >
>   >
>   >  On Fri, Feb 29, 2008 at 3:00 AM,  <nshephard at gmail.com> wrote:
>   >  > Maura E Monville wrote:
>   >  >  >
>   >  >  > Can R handle graphic text ? I mean something like a pop-up
>   message
>   >  >  > window or  a text widget ?
>   >  >  >
>   >  >
>   >  >  A little more context would probably be useful.
>   >  >
>   >  >  * What OS are you using?
>   >  >  * What version of R are you using?
>   >  >  * Where is the pop-up message coming from?
>   >  >  * What does the pop-up message signify and how do you want it to
>   be handled?
>   >  >
>   >  >  Might be worth reading the posting guide and re-posting your
>   question (see the signature in all posts from R-help for the posting
>   guide URL).
>   >  >
>   >  >  >
>   >  >  > R-help at 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.
>   >  >  >
>   >  >  >
>   >  >  Quoted from:
>   http://www.nabble.com/Graphic-text-tp15754012p15754012.html
>   >  >
>   >  >
>   >
>   >
>   >
>   >  --
>   >  Maura E.M
>   >
>
>
>
>   --
>   Email - nshephard at gmail.com / n.shephard at sheffield.ac.uk
>
>   ______________________________________________
>
>
>  R-help at 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.
>
>   -----------------------------------------
>   This email transmission and any accompanying attachments may
>   contain CSX privileged and confidential information intended only
>   for the use of the intended addressee.  Any dissemination,
>   distribution, copying or action taken in reliance on the contents
>   of this email by anyone other than the intended recipient is
>   strictly prohibited.  If you have received this email in error
>   please immediately delete it and  notify sender at the above CSX
>   email address.  Sender and CSX accept no liability for any damage
>   caused directly or indirectly by receipt of this email.
>
>
>
>  --
>  "Everyone is entitled to be stupid, but some abuse the privilege."  - Unknown
>
>
>  Email - nshephard at gmail.com / n.shephard at sheffield.ac.uk
>  Website - http://slack.ser.man.ac.uk/
>  Photos - http://www.flickr.com/photos/slackline/
>



-- 
Maura E.M



More information about the R-help mailing list