R/gini.coef.R

Defines functions `gini.coef`

`gini.coef` <- function(x)
{
    .Call(dplR.gini, as.double(x[!is.na(x)]))
}

Try the dplR package in your browser

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

dplR documentation built on April 12, 2025, 1:55 a.m.