R/sample_FBN.R
convertIntoSampleTimeSeries.Rd
This method is used to converts normalized timeseries data into a list of samples
convertIntoSampleTimeSeries(
normalizedData,
func = function(x) paste(x[1], x[2], x[3], sep = "-"),
splitor = as.character("-")
)
An output of the method normalizeTimesereisRawData that normalized timeseries data
A function that specified how to split the column names
A separator.