R/plotmtx.R

Defines functions plotmtx

Documented in plotmtx

plotmtx <-function(m){

tm<-t(m)

nc<-ncol(tm)

m.out<-tm[,(nc:1)]

return(m.out)

}

Try the LS2Wstat package in your browser

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

LS2Wstat documentation built on Sept. 17, 2023, 9:06 a.m.