#' An implementation of the Panning Algorithm
#'
#' Functions to run the Panning Algorithm in R.
#'
#' @details
#' \tabular{ll}{
#' Package: \tab panning\cr
#' Type: \tab Package\cr
#' Version: \tab 0.2.0\cr
#' Date: \tab 2016-04-07\cr
#' License: \tab GPL 2\cr
#' }
#'
#' @author
#' Samuel Orso \email{Samuel.Orso@@unige.ch},
#' Roberto Molinari \email{roberto.molinari@@unige.ch},
#' Stephane Guerrier \email{stephane@@illinois.edu},
#' James Balamuta \email{balamut2@@illinois.edu},
#' Nabil Mili,
#' Marco Avella-Medina,
#' Yanyuan Ma
#'
#' Stephane Guerrier \email{stephane@@illinois.edu}
#' @name panning
#' @docType package
#' @importFrom stats na.omit predict quantile rbinom
#' @importFrom utils combn
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.