R/appendList.R

Defines functions appendList

appendList<-function(x,a) {
return(c(x,list(a)))
}

Try the smacof package in your browser

Any scripts or data that you put into this service are public.

smacof documentation built on May 6, 2022, 9:05 a.m.