R/Split.CH.R

Split.CH <-
function (ch = ch) 
{
    chmat = t(sapply(strsplit(ch[, 1], ""), function(x) as.numeric(x)))
    return(chmat)
}

Try the EasyMARK package in your browser

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

EasyMARK documentation built on May 2, 2019, 2:45 p.m.