Home
Blog
All tags
Pieces of code
Bioinfo trainings
Machine learning
Online books
Coursera
Teaching
Contact
CV
View on GitHub
R -
curve()
: add curve on base plot
25 Nov 2017
Add a curve on existing plot:
curve(x^2, from=1, to=50, , xlab="x", ylab="y")
[
R
plot
]