R/getValues.R

Defines functions getValues

Documented in getValues

getValues <- function(px){
  if ("px" %in% class(px)){
    px$VALUES
  }
}
xprimexinverse/pxRmisc documentation built on May 4, 2019, 1:25 p.m.