#' Espérance d'une loi Gamma
#' @param a alpha
#' @param b beta (ou lambda dans certains livres)
#' @export
E_gamma <- function(a, b) a/b
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.