R/on_pyrs.R

Defines functions on_pyrs

on_pyrs = function(dat, f, ...) {
  list(
    cytosines = f(dat$cytosines, ...),
    thymines  = f(dat$thymines, ...)
  )
}
lindberg-m/contextendR documentation built on Jan. 8, 2022, 3:16 a.m.