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