Skip to content
Prev 170814 / 398525 Next

matrix output

On 17/02/2009 5:31 PM, phoebe kong wrote:
If you increase the output width, e.g.

options(width=10000)

won't wrap (but it'll probably be too wide to be useful).  You can also 
reduced the number of decimal places, e.g.

SYrounded <- round(SY, 3)
The main way to produce nice text in a PDF document through R is to use 
Sweave and LaTeX.  Too much explanation needed for a simple example here.

Duncan Murdoch