R/standardize.R

assign("standardize",
function(x,m,sd){
  (x - m)/sd
}
)

Try the geosptdb package in your browser

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

geosptdb documentation built on May 13, 2022, 1:05 a.m.