plot_cts {ctsfeatures} | R Documentation |
plot_cts
constructs a categorical time series plot
plot_cts(series, title = "Time series plot")
series |
An object of type |
title |
The title of the graph. |
Constructs a categorial time series plot for a given CTS.
The categorical time series plot.
Ángel López-Oriona, José A. Vilar
Weiß CH (2018). An introduction to discrete-valued time series. John Wiley and Sons.
sequence_1 <- GeneticSequences[which(GeneticSequences$Series==1),]
time_series_plot <- plot_cts(series = sequence_1) # Constructs a categorical
# time series plot for the first 50 observations of the first time series in
# dataset GeneticSequences