R/panel.line.R

Defines functions panel.line

panel.line=function(x, y)
     {
       points(x,y,cex=2,add=TRUE,pch=".")
       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.