powered by
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)
Plot
Text as string
Text-size
Text-color
return a ggplot-object? (or base plot)
plot_text("hello", size = 2, color = "red")
Run the code above in your browser using DataLab