powered by
ots_plot constructs an ordinal time series plot
ots_plot
ots_plot(series, states, title = "Time series plot", labels = NULL)
The ordinal time series plot.
An OTS.
A numerical vector containing the corresponding states.
The title of the graph.
The labels of the graph.
Ángel López-Oriona, José A. Vilar
Constructs an ordinal time series plot for a given OTS.
weiss2018introductionotsfeatures
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
Run the code above in your browser using DataLab