R/CLOSE.r

Defines functions CLOSE

Documented in CLOSE

CLOSE <- function(x) {
           x/rowSums(x)
}

Try the easyCODA package in your browser

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

easyCODA documentation built on Sept. 20, 2020, 1:07 a.m.