plot_cts | 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
weiss2018introductionctsfeatures
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.