powered by
Plots an object of class "textstring".
"textstring"
# S3 method for textstring plot(x, ..., do.plot = TRUE)
A window (class "owin") enclosing the plotted graphics.
"owin"
Object of class "textstring" to be plotted. This object is created by the command textstring.
textstring
Additional graphics arguments passed to text to control the plotting of text.
text
Logical value indicating whether to actually plot the text.
Adrian Baddeley Adrian.Baddeley@curtin.edu.au, Rolf Turner rolfturner@posteo.net and Ege Rubak rubak@math.aau.dk.
The argument x should be an object of class "textstring" created by the command textstring.
x
This function displays the text using text.
onearrow, yardstick
onearrow
yardstick
W <- Window(humberside) te <- textstring(centroid.owin(W), txt="Humberside", cex=2.5) te plot(layered(W, te), main="")
Run the code above in your browser using DataLab