Guest User

Untitled

a guest
Jul 19th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. # The R code that I would like to translate
  2. pal = colorRampPalette(c("blue", "yellow", "red"))(10)
  3. plot(1:10, 1:10, col=pal, cex=10, pch=16)
Add Comment
Please, Sign In to add comment