Re: [R] Latex question

2011-10-17 Thread Joshua Wiley
Hi Hannah, You are correct that this is not the right place for LaTeX questions. There are many resources online for TeX users. Here is one page that may help you: http://en.wikibooks.org/wiki/LaTeX/Floats,_Figures_and_Captions stackoverflow may be a better place to post questions, there are als

[R] Latex question

2011-10-17 Thread li li
Dear all, This may not be the right place for latex questions, but I do not know where else to ask the question. I have two subfigures. I want the first subfigure to have a caption on the side of it and the second subfigure to have a caption below it. Thank you. Hannah [[

Re: [R] R-Latex question

2008-03-11 Thread Markus Jäntti
On Tue, 2008-03-11 at 10:23 -0700, threshold wrote: > cat("\hline \n");flush.console() you need to double the backslashes, as in cat("\\hline \n");flush.console() as in > cat("\\hline \n");flush.console() \hline The warning when using just one kind of hints at what is going on: > cat("\hline

Re: [R] R-Latex question

2008-03-11 Thread Peter Dalgaard
threshold wrote: > Hi, maybe my question is not typical. I want to make R table-kind output to > be readable immediately in Latex but I am struggling with symbol '\' needed > for instance in '\hline'. For example when 'Table' is a matrix class object: > > cat("&",Table[1,1], "&",Table[1,2], "\n");f

[R] R-Latex question

2008-03-11 Thread threshold
#x27; was not accepted by R. Is there any way to over come this obstacle or maybe other way to 'implement' R table output into latex format thank you in advance rob -- View this message in context: http://www.nabble.com/R-Latex-question-tp15980281p15980281.html Sent from the R help ma