Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

During my work with R on Markov chains, I have to handle big matrices, which I want to transfer into LaTeX documents. Is there an easy method to do that without changing every single "," in my R-code into a "&"?

share|improve this question
5  
It depends what you want to do with the data. If you are turning them into tables, there are packages in R that can export LaTeX. See e.g. How can I use a table generated by R in LaTeX and some other R questions on the site. – Alan Munn Dec 8 '12 at 19:29
3  
Take a look into Tools for making latex tables in R from SO. – m0nhawk Dec 8 '12 at 19:40
With no more info, this is 'too locaalized'. – Joseph Wright Jan 5 at 22:05

closed as too localized by Joseph Wright Jan 5 at 22:05

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

Browse other questions tagged or ask your own question.