Re: [R] strings plots

2010-02-01 Thread A Z
HI thank you very much for the advice the result, in R console, is more or less what I tried to do but I'm not able to modify, in the right way, my script: ## read the data devinp <- read.csv(textConnection(dev_input),header=FALSE,row.names=NULL) dev_inp <- as.vector(devinp, mode="integer") ## plo

Re: [R] strings plots

2010-02-01 Thread A Z
HI thank you very much for the advice the result, in R console, is more or less what I tried to do but I'm not able to modify, in the right way, my script: -- ## read the data devinp <- read.csv(textConnection(dev_input),header=FALSE,row.names=NULL) dev_inp <- as.vector(devinp, mode="integer")

Re: [R] strings plots

2010-02-01 Thread Jim Lemon
On 02/01/2010 08:50 PM, A Z wrote: Hi all ! I'm new in this list and newbie about R I'm trying to use R scripts (as in the attached file) for creating some distributions plots of data retrieved by a workflow(with Rserve, to be precise). I was able to do it (even if not in a beatiful way, I hav

[R] strings plots

2010-02-01 Thread A Z
Hi all ! I'm new in this list and newbie about R I'm trying to use R scripts (as in the attached file) for creating some distributions plots of data retrieved by a workflow(with Rserve, to be precise). I was able to do it (even if not in a beatiful way, I have to improve it especially about lab