R/percent.R

# look at the percent of elements represented
percent<-function(u){
  unlists<-table(unlist(lapply(u,unlist)))
 100* unlists/sum(unlists)
}
JARS3N/gener8 documentation built on May 16, 2019, 4:03 a.m.