R/rMx.R

Defines functions rMx

Documented in rMx

rMx <-
function(Input){
  if(is.vector(Input)){Output<-t(as.matrix(Input))}  
  if(!is.vector(Input)){Output<-as.matrix(Input)}
  Output
}

Try the nwfscAgeingError package in your browser

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

nwfscAgeingError documentation built on May 2, 2019, 5:23 p.m.