shipunov (version 1.13)

R.logo: 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.

See Also

Ell

Examples

Run this code
# NOT RUN {
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