Re: [Rd] Is text(..., adj) upside down? (Or am I?)

2008-07-23 Thread Prof Brian Ripley
On Tue, 22 Jul 2008, Patrick Burns wrote: Basically the only thing in the thread that was clear to me was Brian's phrasing. So I'd suggest basing any changes on that. I'll add some words. There is one other thing which needs explaining, what 'bottom' means. For a character string it means

Re: [Rd] Clash between 'Cairo' and 'EBImage' packages on Windows

2008-07-23 Thread Prof Brian Ripley
I updated one of by Windows' boxes to GTK 2.12.9, and replaced the libcairo-2.dll in the Cairo binary distribution by that from GTK 2.12.9. At that point Cairo and EBImage worked together, in either order. I think Uwe may need to trigger a rebuild of his Cairo binary to pick up Simon's updated

Re: [Rd] Clash between 'Cairo' and 'EBImage' packages on Windows

2008-07-23 Thread Simon Urbanek
On Jul 23, 2008, at 6:21 , Prof Brian Ripley wrote: I updated one of by Windows' boxes to GTK 2.12.9, and replaced the libcairo-2.dll in the Cairo binary distribution by that from GTK 2.12.9. At that point Cairo and EBImage worked together, in either order. I think Uwe may need to trigger

Re: [Rd] Clash between 'Cairo' and 'EBImage' packages on Windows

2008-07-23 Thread Uwe Ligges
Simon Urbanek wrote: On Jul 23, 2008, at 6:21 , Prof Brian Ripley wrote: I updated one of by Windows' boxes to GTK 2.12.9, and replaced the libcairo-2.dll in the Cairo binary distribution by that from GTK 2.12.9. At that point Cairo and EBImage worked together, in either order. I think

Re: [Rd] Clash between 'Cairo' and 'EBImage' packages on Windows

2008-07-23 Thread Simon Urbanek
On Jul 23, 2008, at 11:47 , Uwe Ligges wrote: Simon Urbanek wrote: On Jul 23, 2008, at 6:21 , Prof Brian Ripley wrote: I updated one of by Windows' boxes to GTK 2.12.9, and replaced the libcairo-2.dll in the Cairo binary distribution by that from GTK 2.12.9. At that point Cairo and

Re: [Rd] [R] shQuote and cat

2008-07-23 Thread Vadim Organovich
I feel like it now belongs to r-devel more than to r-help. My output was garbled because I sent the original message as HTML, sorry about that. Your output, \\\a\\\, is what I get too. That is cat(shQuote(shQuote(shQuote(a))), '\n') \\\a\\\ , which I think should be a. Actually, the

Re: [Rd] [R] shQuote and cat

2008-07-23 Thread Duncan Murdoch
On 7/23/2008 2:53 PM, Vadim Organovich wrote: I feel like it now belongs to r-devel more than to r-help. My output was garbled because I sent the original message as HTML, sorry about that. Your output, \\\a\\\, is what I get too. That is cat(shQuote(shQuote(shQuote(a))), '\n') \\\a\\\ ,

Re: [Rd] [R] shQuote and cat

2008-07-23 Thread Vadim Organovich
It is precizely a shell command that I am trying to generate. To be specific let's try to have R 'output' the following shell command: 'echo \a\'. This is is a valid command, at least in bash: bash-3.2$ echo \a\ a Now in R: x - 'echo \a\' cat(x, '\n') echo a cat(shQuote(x), '\n') echo \\a\\

Re: [Rd] [R] shQuote and cat

2008-07-23 Thread Duncan Murdoch
Vadim Organovich wrote: It is precizely a shell command that I am trying to generate. To be specific let's try to have R 'output' the following shell command: 'echo \a\'. This is is a valid command, at least in bash: bash-3.2$ echo \a\ a Now in R: x - 'echo \a\' cat(x, '\n') echo a

Re: [Rd] [R] shQuote and cat

2008-07-23 Thread Simon Urbanek
On Jul 23, 2008, at 4:46 PM, Vadim Organovich wrote: It is precizely a shell command that I am trying to generate. To be specific let's try to have R 'output' the following shell command: 'echo \a\'. This is is a valid command, at least in bash: bash-3.2$ echo \a\ a Now in R: x - 'echo

[Rd] plot.dendrogram xlim/ylim

2008-07-23 Thread Felix Andrews
list(...), I would like to zoom in to the leaves of large trees in a dendrogram plot. The playwith package allows zooming by passing xlim and ylim arguments to the plot call (Hmisc does this too I think). But currently stats:::plot.dendrogram does not accept xlim or ylim. So I would like to