text_plot: Make a plot with only text

Description Usage Arguments References Examples

View source: R/text_plot.R

Description

Make a plot with only text

Usage

1
text_plot(p, x = 0.5, y = 0.5, cex = 2, ...)

Arguments

p

Text to put on a plot

x

x-value of center of text, defaults to center

y

y-value of center of text, defaults to center

cex

Size of text

...

Arguments passed to plot

References

ZNK's answer on https://stackoverflow.com/questions/19918985/r-plot-only-text, retrieved 5/25/2018

Examples

1
text_plot("Useful?", cex=5)

CollinErickson/contour documentation built on Aug. 12, 2019, 1:30 p.m.