R/get_razzo_lambdas.R

Defines functions get_razzo_lambdas

Documented in get_razzo_lambdas

#' Get the \code{lambda}s used in the MBD process
#' @return a numeric vector of \code{lambda}s
#' @author Richèl J.C. Bilderbeek
#' @export
get_razzo_lambdas <- function() {
  c(0.2)
}
richelbilderbeek/razzo documentation built on March 10, 2021, 1:17 p.m.