Advertisement
Guest User

Untitled

a guest
Apr 20th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. # Add a legend to the plot
  2. legend("topright", legend=c("y=x^2", "y=1-x^2"),
  3. col=c("red", "blue"), lty = 0, cex=1, pch=c("#", 15))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement