R/rescale.R

Defines functions rescale

Documented in rescale

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 April 15, 2025, 5:08 p.m.