R Tips

You can define different calculations. For example, try:

x <- 1:10
y <- x^2
plot(x, y, main="Simple Scatter Plot", col="blue", pch=19)
Check out the R Course!

Output:


    

Plots: