
Last chance! 50% off unlimited learning
Sale ends in
Plots an object of class "textstring"
.
# S3 method for textstring
plot(x, …, do.plot = TRUE)
Object of class "textstring"
to be plotted.
This object is created by the command textstring
.
Additional graphics arguments passed to
text
to control the plotting of text.
Logical value indicating whether to actually plot the text.
A window (class "owin"
) enclosing the plotted graphics.
The argument x
should be an object of class "textstring"
created by the command textstring
.
This function displays the text using
text
.
# NOT RUN {
W <- Window(humberside)
te <- textstring(centroid.owin(W), txt="Humberside", cex=2.5)
plot(layered(W, te), main="")
# }
Run the code above in your browser using DataLab