Learn R Programming

quantable (version 0.3.6)

CVlog: geometric coefficient of variation (CV for log transformed data) Typically used to create and violin plot

Description

geometric coefficient of variation (CV for log transformed data) Typically used to create and violin plot

Usage

CVlog(data, top = 30)

Arguments

data

matrix

top

remove top (default 30) CV

See Also

CV

Examples

Run this code
# NOT RUN {
dat <- matrix(rnorm(1000,10,5), ncol=20)
dim(dat)
cv <- CVlog(dat, top=5)
length(cv)
stopifnot(length(cv) == 45)
hist(cv)
# }

Run the code above in your browser using DataLab