[R] Output formatting in Latex and R

2012-03-19 Thread Manish Gupta
in context: http://r.789695.n4.nabble.com/Output-formatting-in-Latex-and-R-tp4483631p4483631.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read

Re: [R] Output formatting in Latex and R

2012-03-19 Thread priyank
.nabble.com/Output-formatting-in-Latex-and-R-tp4483631p4483863.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org

Re: [R] Output formatting in Latex and R

2012-03-19 Thread Manish Gupta
Great it works! But how can i put space or tab between two records? -- View this message in context: http://r.789695.n4.nabble.com/Output-formatting-in-Latex-and-R-tp4483631p4483921.html Sent from the R help mailing list archive at Nabble.com. __ R

Re: [R] Output formatting in Latex and R

2012-03-19 Thread Manish Gupta
can i implement it? Thanks in advance. -- View this message in context: http://r.789695.n4.nabble.com/Output-formatting-in-Latex-and-R-tp4483631p4484027.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list

Re: [R] Output formatting in Latex and R

2012-03-19 Thread priyank
Use the eol=\n\n option. The records should have a 2 line space. -- View this message in context: http://r.789695.n4.nabble.com/Output-formatting-in-Latex-and-R-tp4483631p4485457.html Sent from the R help mailing list archive at Nabble.com. __ R-help

Re: [R] Output formatting in Latex and R

2012-03-19 Thread Manish Gupta
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

Re: [R] Output formatting in Latex and R

2012-03-19 Thread Jorge I Velez
-- 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. __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo