repr_*.ts | R Documentation |
HTML, LaTeX, and Markdown representations of ts objects.
## S3 method for class 'ts'
repr_html(obj, ...)
## S3 method for class 'ts'
repr_latex(obj, ..., colspec = getOption("repr.matrix.latex.colspec"))
## S3 method for class 'ts'
repr_markdown(obj, ...)
## S3 method for class 'ts'
repr_text(obj, ...)
obj |
The ts object to create a representation for |
... |
ignored |
colspec |
The colspec for the LaTeX table. The default is given by the option |
repr-options for repr.matrix.latex.colspec
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.