Hi

manuel.martin wrote:
> Hi all,
> 
> is it possible to concatenate expressions and basic text when for 
> instance labeling axis of a plot? I would like to see something like the 
> concatenation of expression(C[0]) and "for case 1" on my x axis.
> Obviously a plot(x, y, xlab=paste(expression(C[0])," in case1")) will 
> not work.


Is this what you mean ... ?

plot(1, expression(paste(C[0], " in case 1")))

Paul
-- 
Dr Paul Murrell
Department of Statistics
The University of Auckland
Private Bag 92019
Auckland
New Zealand
64 9 3737599 x85392
[EMAIL PROTECTED]
http://www.stat.auckland.ac.nz/~paul/

______________________________________________
[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