Calculate a geometric coefficient of variation.
gcv(x, na.rm = F, neg.rm = F)The geometric coefficient of variation of the input vector. If neg.rm is FALSE and values <= 0 are present, NA will be returned.
if (FALSE) { # \dontrun{
gcv(myvector)
} # }