R/merror.pairs.R

"merror.pairs" <- function(df,labels=names(df))
{
  pairs(df,xlim=range(df,na.rm=TRUE),ylim=range(df,na.rm=TRUE),
    upper.panel=panel.merror,lower.panel=NULL,labels=labels)
}

Try the merror package in your browser

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

merror documentation built on Aug. 29, 2023, 5:06 p.m.