Skip to content
Back to formatted view

Raw Message

Message-ID: <43B11E61.6070802@student.matnat.uio.no>
Date: 2005-12-27T10:58:41Z
From: Ener Borg
Subject: Add notes to a graph
In-Reply-To: <43B00F3D.2090100@gmail.com>

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