R/scaleto1.R

"scaleto1"<-
function(x)
{
	scale(x, center = FALSE, scale = apply(x, 2, max))
}
gavinsimpson/pcurve documentation built on May 16, 2019, 10:10 p.m.