powered by
Typically used to create and violin plot
CV(data, top = 30, na.rm = TRUE)
matrix
remove top (default 30) CV
default TRUE
# NOT RUN { dat <- matrix(rnorm(1000,10,5), ncol=20) dim(dat) cv <- CV(dat, top=5) length(cv) stopifnot(length(cv) == 45) hist(cv) # }
Run the code above in your browser using DataLab