[R] Re : legend
Pascal Oettli
kridox at ymail.com
Thu Mar 8 07:05:22 CET 2012
Hi Chintanu,
Try this:
legend (locator(1), "Important ones", box.col=NA)
Regards,
Pascal
----- Mail original -----
De : Chintanu <chintanu at gmail.com>
À : r-help at r-project.org
Cc :
Envoyé le : Jeudi 8 mars 2012 14h52
Objet : [R] legend
Hi,
A very simple thing that I'm unable to do. I did look at the help but ....
While putting a legend on a plot, I don't wish to have the enclosing
border surrounding the words (as given below).
Tried to use the following, but didn't help :
legend (locator(1), border=FALSE, fill=FALSE, "Important ones")
legend (locator(1), border=NILL, fill=NILL, "Important ones")
Thank you.
regards,
Chintanu
[[alternative HTML version deleted]]
______________________________________________
R-help at r-project.org mailing list
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.
More information about the R-help
mailing list