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, ...)

Arguments

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.matrix.latex.colspec

See also

repr-options for repr.matrix.latex.colspec