ots_plot function

Constructs an ordinal time series plot

Constructs an ordinal time series plot

ots_plot constructs an ordinal time series plot UTF-8

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.

Returns

The ordinal time series plot.

Details

Constructs an ordinal time series plot for a given OTS.

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

References

Rdpack::insert_ref(key="weiss2018introduction",package="otsfeatures")

Author(s)

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

  • Maintainer: Angel Lopez-Oriona
  • License: GPL-2
  • Last published: 2023-03-01

Useful links