#' Example dataset
#'
#' A simulated example dataset of IMAGE.
#' The variables are as follows:
#'
#' @docType data
#' @keywords datasets
#' @name exampledata
#' @usage data(exampledata)
#' @format Contains the following objects:
#' \describe{
#' \item{geno}{a data list containing 2 haplotypes.}
#' \item{data}{a data list containing the methylated read counts and total read counts for each allele.}
#' \item{K}{a genetic relationship matrix.}
#' }
#' @examples
#' data(exampledata)
#' attach(exampledata)
#' res=image(geno,data,K)
#' closeAllConnections()
#' detach(exampledata)
"exampledata"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.