Re: [R] how to create automatically names for vectors in a loop?

2010-05-27 Thread Lukas Schefczyk
Hallo, x=1 while (x<100) { vectorx<- rnorm(100) assign(paste("vector",x,sep=""),vectorx) x=x+1 } ls() HTH Lukas Schefczyk -- From: "Zoppoli, Gabriele (NIH/NCI) [G]" Sent: Friday, May 28, 2010 4:4

Re: [R] R interactive input like C++

2010-04-14 Thread Lukas Schefczyk
?readline HTH Lukas Schefczyk -- From: "??" Sent: Thursday, April 15, 2010 2:40 AM To: "Erik Iverson" Cc: Subject: Re: [R] R interactive input like C++ Thank you for your reply. My objective is simple. Assume I have a

Re: [R] Inverse plot colors?

2010-03-29 Thread Lukas Schefczyk
Hi I think ?bxp ( the pars section of it) is what you are searching for. x <- rnorm(100) par(bg = "white") boxplot(x, col = "white", notch=T,medcol="black",whiskcol="white",boxfill=TRUE) HTH Lukas Schefczyk

Re: [R] Fwd: col.axis

2010-03-28 Thread Lukas Schefczyk
ne = 1) Lukas Schefczyk (btw my first message here) -- From: "Enio Jelihovschi" Sent: Sunday, March 28, 2010 10:07 PM To: Subject: [R] Fwd: col.axis I need a help in the following code. I could not find any hint at the help files m