R/panel.merror.R

"panel.merror" <- function(x,y, ...)
{
  points(x,y)
  abline(0,1,lty=2,col="green")
}

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.