| update.latexTable | R Documentation |
Each latexTable object stores, as an attribute, the call that
produced\NBit. update.latexTable() updates the call by replacing
arguments or adding new ones. It then calls latexTable() to produce
a new latexTable object.
## S3 method for class 'latexTable' update(object, ...)
object |
A |
... |
Arguments to |
update.latexTable() is adapted from stats::update.default().
It is a method for the generic update().
A latexTable object.
lT1 <- latexTable(matrix(1:16, nrow = 4)) lT2 <- update(lT1, mat = matrix(2:17, nrow = 8), commandName = "intTable")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.