plot_cts {ctsfeatures} | R Documentation |
Constructs a categorical time series plot
Description
plot_cts
constructs a categorical time series plot
Usage
plot_cts(series, title = "Time series plot")
Arguments
series |
An object of type |
title |
The title of the graph. |
Details
Constructs a categorial time series plot for a given CTS.
Value
The categorical time series plot.
Author(s)
Ángel López-Oriona, José A. Vilar
References
Weiß CH (2018). An introduction to discrete-valued time series. John Wiley and Sons.
Examples
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
[Package ctsfeatures version 1.2.2 Index]