[R] Output formatting in Latex and R

Manish Gupta mandecent.gupta at gmail.com
Tue Mar 20 03:42:01 CET 2012


How to avoid [1] in output? 

print(sqrt(2),row.names=NULL)
*[1] *1.414214

How to avoid it? 

 print(sqrt(2),row.names=NULL)
1.414214
Regards

--
View this message in context: http://r.789695.n4.nabble.com/Output-formatting-in-Latex-and-R-tp4483631p4487480.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list