#' @name similarityMat
#' @title Example data for \code{MetCirc}: \code{similarityMat}
#' @description \code{similarityMat} is a \code{matrix} containing the pair-wise
#' similarity scores derived from the \code{idMSMStissueproject} data set.
#' See the vignette for a workflow to reproduce the object \code{similarityMat}.
#' @docType data
#' @usage similarityMat
#' @return \code{matrix}
#' @format \code{matrix}
#' @source
#' data("binnedMSP", package = "MetCirc")
#' similarityMat <- createSimilarityMatrix(binnedMSP)
#' save(similarityMat, file = "similarityMat.RData", compress = "xz")
#' @author Thomas Naake, \email{thomasnaake@@googlemail.com}
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.