R/flat_eff.R

Defines functions flat_eff

Documented in flat_eff

flat_eff <-
function(dx, dy, marks) {
# Constant efficiency function (= 1)
    rep(1, length(dx))
}

Try the siplab package in your browser

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

siplab documentation built on March 18, 2022, 6:53 p.m.