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()

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to