plot_se | 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
stoffer1993spectralctsfeatures
sequence_1 <- GeneticSequences[which(GeneticSequences$Series==1),]
plot_se(sequence_1)
# Representing the spectral envelope for the first series in dataset
# GeneticSequences
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.