plot_se {ctsfeatures} | R Documentation |
plot_se
represents the spectral envelope of
a categorical time series
plot_se(series)
series |
An object of type |
The function represents the spectral envelope of a categorical time series
Returns returns a plot of the spectral envelope.
Ángel López-Oriona, José A. Vilar
Stoffer DS, Tyler DE, McDougall AJ (1993). “Spectral analysis for categorical time series: Scaling and the spectral envelope.” Biometrika, 80(3), 611–622.
sequence_1 <- GeneticSequences[which(GeneticSequences$Series==1),]
plot_se(sequence_1)
# Representing the spectral envelope for the first series in dataset
# GeneticSequences