R.logo | R Documentation |
Imitation (!) of the modern 'R' logo
R.logo(x, y, col.e="#B8BABF", col.l="#1E63B5", cex=12)
x |
x coordinate of the letter |
y |
y coordinate of the letter |
col.e |
ellipse color |
col.l |
letter color |
cex |
scale, default 12 |
Imitation (sic!) of the modern (flat) 'R' logo. Font and proportions are not exactly the same, also there is no gradient.
Alexey Shipunov
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.