R/boa.sortparms.R

"boa.sortparms" <-
function(link)
#-------------------------------------------------------------------------------
#-------------------------------------------------------------------------------
{
   idx <- order(dimnames(link)[[2]])

   return(link[, idx, drop = FALSE])
}

Try the boa package in your browser

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

boa documentation built on May 1, 2019, 9:12 p.m.