R/pointsizefunction.R

Defines functions pointsizefunction

Documented in pointsizefunction

pointsizefunction <-
function(x) {
	y=1-x
	y[which(y<.2)]=.2
	y
	}

Try the CpGassoc package in your browser

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

CpGassoc documentation built on May 1, 2019, 8:24 p.m.