R/domainDist.R

Defines functions domainDist

Documented in domainDist

domainDist <- function(domainL) {
  return(table(sharedBy(domainL)))
}

Try the SLGI package in your browser

Any scripts or data that you put into this service are public.

SLGI documentation built on Nov. 8, 2020, 11 p.m.