ots_plot: Constructs an ordinal time series plot

View source: R/ots_plot.R

ots_plotR Documentation

Constructs an ordinal time series plot

Description

ots_plot constructs an ordinal time series plot

Usage

ots_plot(series, states, title = "Time series plot", labels = NULL)

Arguments

series

An OTS.

states

A numerical vector containing the corresponding states.

title

The title of the graph.

labels

The labels of the graph.

Details

Constructs an ordinal time series plot for a given OTS.

Value

The ordinal time series plot.

Author(s)

Ángel López-Oriona, José A. Vilar

References

\insertRef

weiss2018introductionotsfeatures

Examples

ordinal_time_series_plot <- ots_plot(series = AustrianWages$data[[100]],,
states = 0 : 5) # Constructs an ordinal
# time series plot for one series in
# dataset AustrianWages

otsfeatures documentation built on March 7, 2023, 7:38 p.m.