#' basim
#'
#' An R package for batch-effect adjusted Simon's two-stage design
#'
#' @docType package
#' @name basim
#'
#' @importFrom grDevices colors pdf dev.off grey
#' @importFrom graphics axis box legend lines par plot points text contour
#' filled.contour grid rect abline
#' @importFrom Rcpp evalCpp
#' @importFrom clinfun ph2simon
#'
#' @import ggplot2
#' @import stats
#' @useDynLib basim, .registration = TRUE
#'
#'
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.