Nothing
#' A vector containing names of the built-in approximation methods.
#'
#' @description
#' `approximationMehodsInside` is a vector containing names of the built-in approximation methods.
#'
#' @return This function returns a vector of strings.
#'
#'
#' @examples
#'
#' # check the names
#'
#' approximationMehodsInside
#'
#' @export
# approximation methods from this package
approximationMehodsInside <- c("ExpectedValueCore","TriangularSupportDist")
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.