This may be a naive question, but I was wondering if there's a better way than using text()
to adding text to a plot. Note, I'm also using layout()
as well. Specifically, I have a section of a plot where I would like to add some text with headings followed by regular text.
text()
is fine it seems for simple annotations, but to get the spacing right for several lines of text seems to require a lot of manual manipulation of the x
and y
and cex
parameters. Any suggestions?