R/get_razzo_nus.R

Defines functions get_razzo_nus

Documented in get_razzo_nus

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