Re: [R] in regards of plotting using functions.

2010-11-29 Thread Petr PIKAL
Hi PRAVIN <2pravinnil...@gmail.com> napsal dne 29.11.2010 13:18:45: > Thanks for your help & guidance. > > I am taking these values from a file as co-ordinates. > I tried using the code for the same but it gave an error. saying "X object error". > plot((x=[,1],y=[,2]), What is [,1]? You shall

Re: [R] in regards of plotting using functions.

2010-11-29 Thread PRAVIN
Thanks for your help & guidance. I am taking these values from a file as co-ordinates. I tried using the code for the same but it gave an error. saying "X object error". plot((x=[,1],y=[,2]), so how should i embedded the expression within the plot? regards, Pravin On Mon, Nov 29, 2010 at 5:20 P

[R] in regards of plotting using functions.

2010-11-29 Thread PRAVIN
Hello, I am using basic plotting technique to get a graph. but i want to color the points plotted onto the graph depending upon few mathematical logics. values > x should be colored blue. values < y should be colored green. how can i go forward with the programming part in drawing these plots fro