[R] Legends in xyplot
Deepayan Sarkar
deepayan.sarkar at gmail.com
Tue Jan 17 17:46:59 CET 2006
On 1/17/06, Ravi Varadhan <rvaradhan at jhmi.edu> wrote:
> Hi Uwe,
>
> I am aware of the "legend" option in xyplot, but I can't figure out how to
> make it work. In particular, I do not understand how to use "legend" along
> with the "key" argument. For my example, I would like to have a legend box
> inside the plotting frame to indicate the 3 different smoothed curves.
> Can someone give me a simple example or show how to do this for my example?
Here's a modified version of an example in demo(lattice):
xyplot(Petal.Length ~ Petal.Width, data = iris,
groups = Species,
type = c("p", "smooth"), span=.75,
auto.key =
list(title = "Iris Data",
x = .15, y=.85, corner = c(0,1),
border = TRUE, lines = TRUE))
-Deepayan
More information about the R-help
mailing list