drawLetter: draw letter

Description Usage Arguments

Description

draws a single letter as a polygon within a given bounding box

Usage

1
drawLetter(letter, x0, y0, x1, y1, col = par("fg"), bgcol = "white")

Arguments

letter

a single character string of the letter to draw

x0

the leftmost x-coordinate of the bounding box

y0

the bottom y-coordinate of the bounding box

x1

the rightmost x-coordinate of the bounding box

y1

the top y-coordinate of the bounding box

col

the color in which to draw the letter, defaults to the foreground color

bgcol

the background color used to fill cut-out parts of letters


jweile/rlogo documentation built on May 7, 2019, 2:32 p.m.