R/rkt_get_sampling_methods.R

Defines functions rkt_get_sampling_methods

Documented in rkt_get_sampling_methods

#' Get the sampling methods used
#' @author Richel J.C. Bilderbeek
#' @export
rkt_get_sampling_methods <- function() {
  c("longest", "random", "shortest")
}
richelbilderbeek/flechette documentation built on Dec. 30, 2019, 9:15 p.m.