Re: [R] scripting qqplot and qqnorm

2011-07-27 Thread Uwe Ligges
On 25.07.2011 07:11, Vihan Pandey wrote: Hi all, I am an R newbie, and I have a question about scripting. I have the following lines which I want to put int\ o a script which I can call from the shell of a Mac/Linux machine : myrns- read.csv(file=/Users/vihan/test.csv,sep=,header=FALSE)

[R] scripting qqplot and qqnorm

2011-07-25 Thread Vihan Pandey
Hi all, I am an R newbie, and I have a question about scripting. I have the following lines which I want to put int\ o a script which I can call from the shell of a Mac/Linux machine : myrns - read.csv(file=/Users/vihan/test.csv,sep=,header=FALSE) qqnorm(myrns) qqline(myrns) This works fine on