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, ...)The ts object to create a representation for
ignored
The colspec for the LaTeX table. The default is given by the option repr.matrix.latex.colspec
repr-options for repr.matrix.latex.colspec