R/compRev.R

compRev <-
function(vec){
	return(as.array(apply(apply(matrix(comp(apply(vec,1,s2c)),nchar(vec[1]), length(vec)),2,rev),2,c2s)))
}

Try the DCODE package in your browser

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

DCODE documentation built on May 1, 2019, 6:49 p.m.