reorderSampleTimeSeries | R Documentation |
This method is used to sort time series order based on columns
reorderSampleTimeSeries(
convertedTimeSeries,
func = function(x) x[length(x)],
splitor = as.character("-")
)
convertedTimeSeries |
An output of the method convertIntoSampleTimeSeries that converts normalized timeseries data into a list of samples |
func |
A function that specified how to split the column names |
splitor |
Separator. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.