Description Usage Arguments Value
The matrix specified by pmatAMatrix is converted to TeX using function xtable::xtable. This produces a tabular TeX-object. The output from xtable::xtable is converted to a TeX-array. Some lines at the beginning and at the end are ignored. The number of lines that are ignored can be specified using the parameters pnOutStartLine and pnEndIgnoreLines.
1 2 | sGetTexMatrix(pmatAMatrix, pnOutStartLine = 5, pnEndIgnoreLines = 1,
pnDigits = 2)
|
pmatAMatrix |
Matrix to be represented in tex format |
pnOutStartLine |
line index where output should start, default = 5 |
pnEndIgnoreLines |
number of lines to be ignored at the end of the output, default = 1 |
pnDigits |
specify the number of digits to be used |
string containing tex representation of matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.