R/get_razzo_mus.R

Defines functions get_razzo_mus

Documented in get_razzo_mus

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