# NOT RUN {
Samples <- 10
Features <- 20
data.matrix <- matrix(runif(n=Features*Samples, min=0,max=100),
ncol = Features, nrow = Samples)
changed_matrix = SCANT(data.matrix, type=c('pareto', 'center'), feature_orientation = 'columns')
# }
Run the code above in your browser using DataLab