repr_-times-.ts: Time series representations

repr_*.tsR Documentation

Time series representations

Description

HTML, LaTeX, and Markdown representations of ts objects.

Usage

## 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


IRkernel/repr documentation built on March 26, 2024, 3:12 a.m.