R/utils.R

Defines functions make_ints

## utils

make_ints <- function(str, o_form, tl0) paste(sapply(str, function(x) o_form[which(tl0 == x)]), collapse = ":")

## calc_multibinom

Try the burgle package in your browser

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

burgle documentation built on Oct. 1, 2024, 9:07 a.m.