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 Oct. 10, 2024, 3:01 a.m.