Plot
Apple Ho wrote:
Hello, I have a problem about using the command "plot". Suppose I have some points, and one of them is (0,0), how can I show the figure with this point which is at the corner?
How close to the corner do you want it? > plot(0, 0, xlim=c(0, 1), ylim=c(0,1)) you could also add: > grid()