R.logo: Imitation (!) of the modern 'R' logo

View source: R/r_logo.r

R.logoR 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

Ell

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)

shipunov documentation built on Feb. 16, 2023, 9:05 p.m.

Related to R.logo in shipunov...