Skip to content
Prev 83216 / 398506 Next

Add notes to a graph

Thank you all, ?sub did the trick. One more question, Is it possible to orientate the "sub title" independently from the 
  "main title".

This is what I would like to do, add a title, label the axes, and add a small note to the bottom left of the plot area.

|-----------------------|
| 	  Title 	|
| 	--------|
| 	| my 	| 	|
| 	| graph | 	|
| 	| 	| 	|
| 	| ______| 	|
|			|	
|			|
|note: source		|
|-----------------------|

The example in the help file shows how I can add the title, sub, as well as tweak the size and color.
plot(1, col.axis = "sky blue", col.lab = "thistle")
	title("Main Title", sub = "sub title",
	cex.main = 2,   font.main= 4, col.main= "blue",
	cex.sub = 0.75, font.sub = 3, col.sub = "red")

If I add adj = 0, I get what I want, however, both the title and the note (main and sub rspv) both get the same 
orientation. Any ideas on how one can go about this (adj.sub does not  work)

Ronnie
justin bem wrote: