[R] Add notes to a graph
Ener Borg
enerb at student.matnat.uio.no
Tue Dec 27 11:58:41 CET 2005
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
More information about the R-help
mailing list