R/Xranges.R

Defines functions Xranges

Documented in Xranges

##==============================================================================
##  Calculates ranges of inverse components (linp problem)
##==============================================================================

Xranges <- function(lim,...) {

  res   <- xranges (lim$A, lim$B,
                    lim$G, lim$H, ...)

  rownames(res) <- lim$Unknowns

  return(res)

}

Try the LIM package in your browser

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

LIM documentation built on May 11, 2022, 5:05 p.m.