characterTable | R Documentation |
Displays a table of numerical equivalents to Latin characters.
characterTable(font = 1, cex = 0.7)
cex |
a numeric value, determines the character size, the default size is 0.7. |
font |
an integer value, the number of the |
displays a table with the characters of the requested font. The
character on line "xy"
and column "z"
of the table has
code "\xyz"
, e.g cat("\126")
prints: V for font number
1. These codes can be used as any other characters.
What happens with non-ASCII characters in plots is system dependent and depends on the graphics device, as well. Use of such characters is not recommended for portable code.
colorTable
,
symbolTable
points
for use of characters in plotting
## Character Table for Font 1:
# characterTable(font = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.