plot_text | R Documentation |
Plots a text (base plot) and let you choose text-size and color
plot_text(text = "hello world", size = 1.2, color = "black", ggplot = FALSE)
text |
Text as string |
size |
Text-size |
color |
Text-color |
ggplot |
return a ggplot-object? (or base plot) |
Plot
plot_text("hello", size = 2, color = "red")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.