#' The 'optMTP' package.
#'
#' @docType package
#' @name optMTP_package
#' @aliases optMTP
#' @useDynLib optMTP, .registration = TRUE
#'
#' @import Rcpp
#' @import stats
#'
#' @importFrom grDevices colors
#' @importFrom graphics axis box legend lines par plot points text arrows grid rect
#' @importFrom mvtnorm rmvnorm
#' @importFrom gMCP matrix2graph setWeights graph2latex
#'
#' @description Optimized multiple testing procedure
#'
#'
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.