### Name: cv ### Title: A filter function for the coefficient of variation. ### Aliases: cv ### Keywords: manip ### ** Examples set.seed(-3) cvfun <- cv(1,10) cvfun(rnorm(10,10)) cvfun(rnorm(10))