Nothing
#' Generate random variates from a zeta distribution
#'
#' @param n Same as \code{\link[stats]{Poisson}}.
#' @param shape The positive shape parameter \deqn{s = \alpha - 1}{s = alpha - 1}.
#'
#' See \code{\link[VGAM]{rzeta}}.
#'
#' @export
rzeta = function(n, shape){
VGAM::rzeta(n = n, shape = shape)
}
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.