Represents the spectral envelope of a categorical time series
Represents the spectral envelope of a categorical time series
plot_se represents the spectral envelope of a categorical time series
UTF-8
plot_se(series)
Arguments
series: An object of type tsibble (see R package tsibble), whose column named Value contains the values of the corresponding CTS. This column must be of class factor and its levels must be determined by the range of the CTS.
Returns
Returns returns a plot of the spectral envelope.
Details
The function represents the spectral envelope of a categorical time series
Examples
sequence_1 <- GeneticSequences[which(GeneticSequences$Series==1),]plot_se(sequence_1)# Representing the spectral envelope for the first series in dataset# GeneticSequences