R/scaleto1.R

"scaleto1"<-
function(x)
{
	scale(x, center = FALSE, scale = apply(x, 2, max))
}

Try the pcurve package in your browser

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

pcurve documentation built on May 2, 2019, 4:20 p.m.