R/sna2cssTools.R

Defines functions sna2cssTools

Documented in sna2cssTools

sna2cssTools <-
function(d){
size=dim(d)[1]
y=array(dim=c(dim(d)[2],dim(d)[3],size))
for (i in 1:size) {y[,,i]=d[i,,]}
y
}

Try the cssTools package in your browser

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

cssTools documentation built on May 2, 2019, 1:26 p.m.