R/pasteColsRfit.R

#  Renamed pasteCols of library plotrix written by Jim Lemon et. al.
#  June 2011 under GPL 2

pasteColsRfit<- function (x, sep = "") {
    pastestring <- paste("list(", paste("x", "[", 1:dim(x)[1], 
        ",]", sep = "", collapse = ","), ")", sep = "")
    return(do.call(paste, c(eval(parse(text = pastestring)), 
        sep = sep)))
}

Try the Rfit package in your browser

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

Rfit documentation built on Sept. 8, 2023, 5:59 p.m.