Message-ID: <3EB928CD.8050807@statistik.uni-dortmund.de>
Date: 2003-05-07T15:39:57Z
From: Uwe Ligges
Subject: Plot labeling question
In-Reply-To: <940250A9EB37A24CBE28D858EF077749136D2D@ws-bco-mse3.milky-way.battelle.org>
Paul, David A wrote:
> I have an older Splus script that generated some
> regression graphics for me. In it, I used the commands
>
> key(10,800,text="<blah1>",border=0)
> key(10,750,text="<blah2>", border=0, background = 9)
> text(locator(1),"95% Confidence Limits")
> locator(n=2,type="l")
> text(locator(1),"Model for Group 1")
> locator(n=2,type="l")
>
> There is no "key" function available in R; is there an
> equivalent that I can use?
See ?legend
Uwe Ligges