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 Feb. 2, 2024, 3 p.m.