convertIntoSampleTimeSeries | R Documentation |
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("-")
)
normalizedData |
An output of the method normalizeTimesereisRawData that normalized timeseries data |
func |
A function that specified how to split the column names |
splitor |
A separator. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.