[R] Plot

paul sorenson sourceforge at metrak.com
Wed Dec 7 08:08:32 CET 2005


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




More information about the R-help mailing list