powered by
Imitation (!) of the modern 'R' logo
R.logo(x, y, col.e="#B8BABF", col.l="#1E63B5", cex=12)
x coordinate of the letter
y coordinate of the letter
ellipse color
letter color
scale, default 12
Alexey Shipunov
Imitation (sic!) of the modern (flat) 'R' logo. Font and proportions are not exactly the same, also there is no gradient.
Ell
plot(1, type="n", axes=FALSE, xlab="", ylab="") R.logo(1.1, 0.9, cex=25) ## plot(1:20, type="n") for (i in 1:20) R.logo(i, i, cex=2)
Run the code above in your browser using DataLab