R/clust.ratio.tot.r

Defines functions clust.ratio.tot

#' @export
clust.ratio.tot<-function(dat)
{
  clust.ratio(dat)*dat$N
}
david-borchers/sampling documentation built on Sept. 17, 2022, 7:54 a.m.