Uwe Ligges <[EMAIL PROTECTED]> writes:

> > If the second line were to be text, this would not be a problem.
> > How can I format the title so that the expression starts immediately
> > under
> > the first line?
> 
> Multi-line expressions are not supported. You can add them by separate
> calls to title(), though:
> 
>   plot(1:10)
>   title("Golden Section", line=3)
>   title(expression(fn:(phi^2-phi-1)), line=2)
> 
> or for left-adjustment, try the same with calls to mtext() and
> specifying arguments "adj" and "at".

Well, plotmath does have atop(). It won't get you the same control
over alignment though.

-- 
   O__  ---- Peter Dalgaard             Blegdamsvej 3  
  c/ /'_ --- Dept. of Biostatistics     2200 Cph. N   
 (*) \(*) -- University of Copenhagen   Denmark      Ph: (+45) 35327918
~~~~~~~~~~ - ([EMAIL PROTECTED])             FAX: (+45) 35327907

______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to