#' Mlp demonstration matrix.
#'
#' @title Simulated data used to demonstrate the Mlp method.
#' @docType data
#' @name mlpMatrix
#' @format Matrix
#' \describe{
#' \item{rownames}{Groups}
#' \item{colnames}{dimension number}
#' }
#' @usage mlpMatrix
#' @return simulated matrix
#' @examples
#' mlpMatrix
#'
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.