R/panel.smooth.R

Defines functions panel.smoothScatter

panel.smoothScatter=function(x, y)
     {
       smoothScatter(x,y,add=TRUE)
       abline(0,1,col="red")
     }

Try the coRNAi package in your browser

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

coRNAi documentation built on Nov. 17, 2017, 11:14 a.m.