Dear R users,
I have three plots, so I tried, for exmple,
par(mfrow=c(2,2))
y1 <- rnorm(100)
y2 <- rnorm(100)
y3<- rnorm(100)
plot(y1);plot(y2);plot(y3)
Here, I'd like to put a legend on the bottom right hand side (empty space).
is it possible?
Thanks for helping,
Kathryn Lord
[[alternative HTML version deleted]]
______________________________________________
[email protected] mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.