powered by
commonizeEEM(EEM)
readEEM
data(gluten) data(applejuice) data <- c(gluten, applejuice) summary(data) # different dimensions data_combined <- commonizeEEM(data) summary(data_combined) # same dimension, ready for unfold
Run the code above in your browser using DataLab