powered by
Make a plot with only text
text_plot(p, x = 0.5, y = 0.5, cex = 2, ...)
Text to put on a plot
x-value of center of text, defaults to center
y-value of center of text, defaults to center
Size of text
Arguments passed to plot
ZNK's answer on https://stackoverflow.com/questions/19918985/r-plot-only-text, retrieved 5/25/2018
text_plot("Useful?", cex=5)
Run the code above in your browser using DataLab