#' Phenotype Data
#'
#' The data is a matrix (2000 rows, 300 columns) expanded by 2000 samples
#' with 100 three-dimensional coordinate in each sample.
#' It should be used in the \code{magpa} function to test multivariate correlation.
#'
#' @docType data
#' @keywords datasets
#' @name pheno
#' @usage data(pheno)
#' @format A matrix with n rows of sample and m columns of features
#' @examples
#' data(pheno)
#' str(pheno)
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.