R/rescaleFct.R

### rescale function

## dataFlag - flag, whether the the data is plotted or not
## rescaleFlag

# function returns the list of rescaling arguments to be passed on the
# corresponding diagnostic function

setMethod("rescaleFunction", signature(L2Fam="ANY"),
   function(L2Fam, ...){
      scaleList <- list(scaleX = substitute(FALSE)
                        ,scaleY = substitute(FALSE))
    return(scaleList)}
)

Try the RobAStBase package in your browser

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

RobAStBase documentation built on Nov. 16, 2022, 9:08 a.m.