[R] Table Formatting

jimdare jamesdare26 at gmail.com
Wed Feb 11 21:26:21 CET 2009


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.




More information about the R-help mailing list