draws a single letter as a polygon within a given bounding box
1 | drawLetter(letter, x0, y0, x1, y1, col = par("fg"), bgcol = "white")
|
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.