.
Tuesday, June 11, 2013
Adding Legend in R using Column names
# add legend to the graph
legend("topright", legend = c(headerNames[2:length(headerNames)]),
col=2:length(rsm), pch=20, lty=1,
lwd=0.75, bty="n", cex=0.75)
2 comments:
Unknown
August 12, 2017 at 10:03 AM
Just what i needed! Thanks!
Reply
Delete
Replies
Reply
Alex Madriaga
August 12, 2017 at 8:32 PM
You're welcome!
Reply
Delete
Replies
Reply
Add comment
Load more...
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Just what i needed! Thanks!
ReplyDeleteYou're welcome!
ReplyDelete