to_latex | R Documentation |
Generic method that accepts some R object and converts it to LaTeX.
to_latex(x, ...) ## S3 method for class 'matrix' to_latex(x, digits = NULL, envir = "pmatrix", ...) ## S3 method for class 'numeric' to_latex(x, digits = NULL, envir = "pmatrix", ...)
x |
object used to choose a method. |
... |
extra arguments passed to method. |
digits |
integer. Passed to |
envir |
character. LaTeX matrix style. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.