https://github.com/cran/smacof
Raw File
Tip revision: d643973f74bee86ab6d37073463aa9f1cb5ddc6d authored by Jan de Leeuw on 30 November 2011, 00:00:00 UTC
version 1.2-1
Tip revision: d643973
appendList.R
appendList<-function(x,a) {
return(c(x,list(a)))
}
back to top