| lt_colNumbers | R Documentation |
Given mat and SE_table, this function determines appropriate
column-number names of the form "(1)", "(2)", etc.
lt_colNumbers(mat = parent.frame()$mat, SE_table = parent.frame()$SE_table)
mat |
A matrix, typically a |
SE_table |
Logical variable. See \linkIntlatexTable. |
A vector of strings. If SE_table is TRUE, the vector
elements are "(1)", "(2)", etc., where the last column number is
ncol(mat)/2. If SE_table is FALSE, the vector
elements are "(1)", "(2)", etc., where the last column number is simply
ncol(mat).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.