Skip to content
Back to formatted view

Raw Message

Message-ID: <43968A70.2090402@metrak.com>
Date: 2005-12-07T07:08:32Z
From: paul sorenson
Subject: Plot
In-Reply-To: <006401c5fafa$4aed97a0$b60ab69e@apple>

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