R.logo {shipunov} | R Documentation |
Imitation (!) of the modern 'R' logo
Description
Imitation (!) of the modern 'R' logo
Usage
R.logo(x, y, col.e="#B8BABF", col.l="#1E63B5", cex=12)
Arguments
x |
x coordinate of the letter |
y |
y coordinate of the letter |
col.e |
ellipse color |
col.l |
letter color |
cex |
scale, default 12 |
Details
Imitation (sic!) of the modern (flat) 'R' logo. Font and proportions are not exactly the same, also there is no gradient.
Author(s)
Alexey Shipunov
See Also
Examples
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)
[Package shipunov version 1.17.1 Index]