Re: [Rd] combine UserDefinedDatabase and regular environments

2009-12-02 Thread Romain Francois
On 12/03/2009 12:17 AM, Michael Lawrence wrote: On Thu, Nov 19, 2009 at 10:54 AM, Romain Francois mailto:romain.franc...@dbmail.com>> wrote: On 11/19/2009 06:14 PM, Michael Lawrence wrote: On Thu, Nov 5, 2009 at 9:58 AM, Romain Francois mailto:romain.franc...@dbmail.com>

Re: [Rd] combine UserDefinedDatabase and regular environments

2009-12-02 Thread Michael Lawrence
On Thu, Nov 19, 2009 at 10:54 AM, Romain Francois < romain.franc...@dbmail.com> wrote: > On 11/19/2009 06:14 PM, Michael Lawrence wrote: > >> >> >> On Thu, Nov 5, 2009 at 9:58 AM, Romain Francois >> mailto:romain.franc...@dbmail.com>> wrote: >> >>Hello, >> >>Is it possible to have the effe

Re: [Rd] [R] go back a block of code in history

2009-12-02 Thread Peng Yu
2009/12/2 Uwe Ligges : > > > Peng Yu wrote: >> >> Suppose I run the following code in the R session. At the last prompt >> '>', I want to retrieve the second command (staring with 'y'). But I >> have to type up arrow many times, which is very inconvenient. I'm >> wondering if there is a way to conf

Re: [Rd] boxplot: auto sizing for ylim variable

2009-12-02 Thread Greg Snow
I don't understand your question. Are you trying to create a boxplot or barplot (you mention both), what scaling is not happening automatically that you would like? Can you give a simple example of what you have tried, what results you are seeing and what results you would like to see instead?

Re: [Rd] raster support in graphics devices

2009-12-02 Thread Nicholas Lewin-Koh
Hi Charlotte, I think I would have to respectfully disagree with you on many points. While we all sigh when we see heatmaps used as data to explain everything, they do have their uses. But beyond heat maps, the nature and demands of modern statistical graphics has changed. Plotting huge data sets r

Re: [Rd] Macintosh R.app crashing (PR#14100)

2009-12-02 Thread Simon Urbanek
On Dec 1, 2009, at 12:10 , abstewa...@bsu.edu wrote: Full_Name: Ariel Stewart Version: 2.10.0 OS: Mac OSX Tiger - v10.4.11 Submission from: (NULL) (147.226.161.33) R.app crashes whenever I misspell anything, including variable names (user-created variable names), but especially function names

Re: [Rd] Bug in R evaluating a huge instruction (PR#14096)

2009-12-02 Thread Simon Urbanek
On Dec 2, 2009, at 2:27 , Jean Couteau wrote: Thank you very much for your input Duncan and Romain. I will try to do what you are advising. The R instruction is generated from java using jri (and an abstraction layer we built upon it : nuiton-j2r), i will try add this limitation to nuiton-

Re: [Rd] read.csv confused by newline characters in header (PR#14103)

2009-12-02 Thread Peter Dalgaard
g.russ...@eos-solutions.com wrote: > Full_Name: George Russell > Version: 2.10.0 > OS: Microsoft Windows XP Service Pack 2 > Submission from: (NULL) (217.111.3.131) > > > The following code (typed into R --vanilla) > > testString <- '"B1\nB2"\n1\n' > con <- textConnection(testString) > tab <- re

Re: [Rd] Bug in R evaluating a huge instruction (PR#14096)

2009-12-02 Thread Jean Couteau
Thank you very much for your input Duncan and Romain. I will try to do what you are advising. The R instruction is generated from java using jri (and an abstraction layer we built upon it : nuiton-j2r), i will try add this limitation to nuiton-j2r so that it split the instruction if it is too

[Rd] read.csv confused by newline characters in header (PR#14103)

2009-12-02 Thread g . russell
Full_Name: George Russell Version: 2.10.0 OS: Microsoft Windows XP Service Pack 2 Submission from: (NULL) (217.111.3.131) The following code (typed into R --vanilla) testString <- '"B1\nB2"\n1\n' con <- textConnection(testString) tab <- read.csv(con,stringsAsFactors = FALSE) produces a data fra

[Rd] Macintosh R.app crashing (PR#14100)

2009-12-02 Thread abstewart2
Full_Name: Ariel Stewart Version: 2.10.0 OS: Mac OSX Tiger - v10.4.11 Submission from: (NULL) (147.226.161.33) R.app crashes whenever I misspell anything, including variable names (user-created variable names), but especially function names (default functions such as plot() or package-provided fu

[Rd] Data viewer window not drawn properly with Compiz (PR#14099)

2009-12-02 Thread ulrich . keller
Full_Name: Ulrich Keller Version: 2.10.0 OS: Ubuntu Karmic i386 Submission from: (NULL) (158.64.77.254) When Compiz is switched on in Ubuntu Karmic R's data editor is unusable. The window contents are garbled from the start, and when scrolling through the data using the arrow keys the contents of

[Rd] boxplot: auto sizing for ylim variable

2009-12-02 Thread violet lock
Dear R-Devel, I am trying to create a boxplot for a large dataset (about 1500 entries) and was wondering if there was away to do auto sizing for the y-axis of a horizontal bar plot? I know I could use a control structure to loop through the data instead, but as I know SAS has something does this