I have an assignment talking about plotting the data points in R3.
The data are shown below:
no x1 x2 x3 y
1 9 12 7 101
2 3 6 6 66
3 13 14 1 85
4 10 12 7 103
5 4 4 3 47
6 -5 -1 4 19
7 3 8 6 72
8 11 1 6 67
I tried to plot them using the scatter plot, three set of dots (i.e. x1 vs y, x2 vs y and x3 vs y) were on the same graph but the tutor said that it was incorrect.
Does anyone tell me how to plot these data?
Thank you very much!