R/sample_FBN.R
reorderSampleTimeSeries.Rd
This method is used to sort time series order based on columns
reorderSampleTimeSeries(
convertedTimeSeries,
func = function(x) x[length(x)],
splitor = as.character("-")
)
An output of the method convertIntoSampleTimeSeries that converts normalized timeseries data into a list of samples
A function that specified how to split the column names
Separator.