Hi R users:
How can I have several subscript number with a comma in a plot.
I would like to have the LaTeX equivalent of
x_{i,j}.
I try:
plot(1:10,1:10,type="n")
text(5,5,expression(x[i,j]))
but it doesn´t work.
Thank you for your help.
______________________________________________
[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
and provide commented, minimal, self-contained, reproducible code.