Displaying 1 result from an estimated 1 matches for "lesson5".
Did you mean:
lesson
2007 Jul 08
2
transform excel data into graph
...an Excel
file:
nick john peter
lesson1 0.465 0.498 0.473
lesson2 0.422 0.44 0.134
lesson3 0.45 0.35 0.543
lesson4 0.590 0.64 0.11
lesson5 0.543 0.5 0.32
What I want to do is a 2d-graph plot where I will have the name of the
student in the X-axis and the name of the lesson in the Y-axis and the
number from each pair will be used to construct the plot.
I am newbie with R and I don't know wh...