Add notes to a graph
Ronnie Babigumira skrev:
Hi, I have done a search on this in vain. How can I add a note to the foot of a graph example below
Can you use this?:
plot(1:10, 1:10, main = "Maintitle", sub = "subtitle") mtext("Another
possibillity", side=4)
|-----------------------| | Title | | -------- | | | my | | | | graph | | | | | | | | ______| | |note: source | |-----------------------| Many thanks Ronnie