FBNDataReduction | R Documentation |
Remove duplicate timeseries sample data
FBNDataReduction(timeseriescube)
timeseriescube |
A list of time series data |
The return a list of time series data
mat1<-matrix(c('1','2','3','4','5','6','7','8','9'),3,3)
mat2<-matrix(c('1','2','3','4','5','6','7','8','9'),3,3)
listtest<-list(mat1,mat2)
FBNDataReduction(listtest)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.