R/get_razzo_qs.R

Defines functions get_razzo_qs

Documented in get_razzo_qs

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