Displaying 2 results from an estimated 2 matches for "ouan".
Did you mean:
juan
2009 Jul 25
2
labelling points plotted in a 2D plan
I created a 2 D plan:
> plot(range(-2.5,0.95),range(0.00,1.00),type="n",axes=TRUE)
I made a projection of points with their coordonates (X,Y) in that plan
> fullpoints=read.csv2("fullpoints.csv",h=T)
> plot(fullpoints)
The points are listed in that .csv file it is organized this way:
0,48875 0,142857143
0,409 0,142857143
0,45611 0,25
0,49833 0,222222222
0,61158
2008 May 16
1
creating a 2d plan graphic and projecting points in it
Hello;
I want to create a 2 D plan with (123 values) for axis1 and 7 values for
axis 2.
I then want to make a projection of points with their coordonates in that
plan!
is that possible and how to proceed?
Thanks
[[alternative HTML version deleted]]