amText | R Documentation |
Create a list of settings for a text.
amText( text, color = NULL, fontSize = NULL, fontWeight = "normal", fontFamily = NULL )
text |
the text to display, a character string |
color |
color of the text; it can be given by the name of a R color,
the name of a CSS color, e.g. |
fontSize |
size of the text |
fontWeight |
font weight of the text, it can be |
fontFamily |
font family |
A list of settings for a text.
There is no option for the font style; you can get an italicized
text by entering text = "[font-style:italic]Your text[/]"
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.