Description Usage Arguments Value Examples
Create a data set of polygons for a set of letters from a specified fontfamily
1  | 
letters | 
 set of characters for which polygons are to be created  | 
font | 
 character describing the name of a font - use fonts() from package extrafont to check on available fonts  | 
fontsize | 
 size of letter to be created - larger means higher resolution, but also bigger result sets  | 
dim | 
 dimensions of the box in which the created letter is supposed to fit  | 
scale | 
 scale the values along the y axis to use result in geom_logo  | 
data set compatible to work with geom_logo
1 2 3 4 5  | # check that all letters and digits are nicely shaped:
new_alphabet <- createPolygons(c("f", "g", "W", "*"), font="Garamond")
library(ggplot2)
qplot(x,y, geom="polygon", data=new_alphabet, facets=~group)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.