R/scaleto1.R

"scaleto1"<-
function(x)
{
	scale(x, center = FALSE, scale = apply(x, 2, max))
}
s-u/pcurve documentation built on May 28, 2019, 10:48 a.m.