R/RANGE.R

RANGE <-
function(x){
#
#  compute the range (max - min) using data in x
#
r=diff(range(x))
r
}
musto101/wilcox_R documentation built on May 23, 2019, 10:52 a.m.