Dear R-helpers,
I am using xtable package to prepare a Latex code of some R tables.
Is this possible to have a greek symbols in xtable cells?
How can I get for example a string of : $\Delta$
> "$\Delta$"
[1] "$Delta$"
And string: > "$\\Delta$"
[1] "$\\Delta$"
Gives a latex aoutput like: \$$\backslash$Delta\$
Thank You in advance
Andris Jankevics
______________________________________________
[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.