R/rdplot.R

Defines functions rdplot

Documented in rdplot

rdplot <- function(x, res, f=0.8){
	plot(x, res)
	lines(lowess(x, res,f=f),col=rgb(0.5,0.5,0.5,0.5),lwd=2)
}

Try the hcc package in your browser

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

hcc documentation built on May 2, 2019, 2:08 a.m.