The xtable package is probably going to be helpful > -----Original Message----- > From: r-help-boun...@r-project.org > [mailto:r-help-boun...@r-project.org] On Behalf Of jimdare > Sent: Wednesday, February 11, 2009 3:26 PM > To: r-help@r-project.org > Subject: [R] Table Formatting > > > Dear R-Users > > I have created the following table in R: > > Year TACC.SNA1 Catch.SNA1 TACC.SNA2 Catch.SNA2 > TACC.SNA3 > Catch.SNA3 > 111 1985-86 9396 18595 1860 > 530 > 1486 16727 > 112 1986-87 3155 12195 9506 > 7067 > 4991 2300 > 113 1987-88 6913 2074 3740 > 3609 > 1020 6523 > 114 1988-89 3210 15677 2225 > 9822 > 8188 16154 > 115 1989-90 7631 15131 5330 > 3784 > 3772 3748 > 116 1990-91 9988 5316 8693 > 11583 > 5085 19281 > 117 1991-92 4961 1250 5969 > 274 > 5933 1261 > 118 1992-93 9041 13398 1467 > 2492 > 9140 3616 > 119 1993-94 3574 2727 1801 > 2425 > 6039 18808 > > I need to format this as shown below so I can export it using > LaTeX and paste it into a publication. Does anyone know how > I could put the 'SNA#' > above the column headings and seperate them via a line break? > Perhaps there is a package I can download that will let me > do this. Thanks very much for your help, > > James > > SNA1 SNA2 > SNA3 > _____________ _____________ _____________ > Year TACC Catch TACC Catch TACC > Catch > > 1985-86 9396 18595 1860 530 1486 > 16727 > 1986-87 3155 12195 9506 7067 4991 > 2300 > 1987-88 6913 2074 3740 3609 1020 > 6523 > 1988-89 3210 15677 2225 9822 8188 > 16154 > 1989-90 7631 15131 5330 3784 3772 > 3748 > 1990-91 9988 5316 8693 11583 5085 > 19281 > 1991-92 4961 1250 5969 274 5933 > 1261 > 1992-93 9041 13398 1467 2492 9140 > 3616 > 1993-94 3574 2727 1801 2425 6039 > 18808 > -- > View this message in context: > http://www.nabble.com/Table-Formatting-tp21963362p21963362.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/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >
______________________________________________ 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/posting-guide.html and provide commented, minimal, self-contained, reproducible code.