R/dclone.dctr.R

Defines functions dclone.dctr

Documented in dclone.dctr

dclone.dctr <-
function(x, n.clones = 1, attrib = TRUE, ...)
{
    rval <- t(dclone::dclone.default(t(x), n.clones, attrib, ...))
    attr(attr(rval, "n.clones"), "method") <- "tr"
    rval
}

Try the dclone package in your browser

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

dclone documentation built on May 2, 2019, 6:08 p.m.