R/rescale.R

rescale <- 
  function(x, ...){
    
    if(is.null(attr(x, "class"))){
      return(x)
    } 
    else  UseMethod("rescale", x)
    
  }

Try the multiway package in your browser

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

multiway documentation built on May 2, 2019, 6:47 a.m.