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 enable
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
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')
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(
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')
"\"\
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\\\"
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 EBIm
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 Uwe
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
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
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
11 matches
Mail list logo