#' Simulated Yinyang Data with dimension 1000
#'
#' @format A list with 2 elements:
#' \describe{
#' \item{data}{A data frame with 3200 rows (observations) and 1000 columns (variables)}
#' \item{clus}{A vector of length 3200 specifying the true cluster memberships}
#' }
"Yinyang1000"
#' Simulated Ring Data with dimension 1000
#'
#' @format A list with 2 elements:
#' \describe{
#' \item{data}{A data frame with 1200 rows (observations) and 1000 columns (variables)}
#' \item{clus}{A vector of length 1200 specifying the true cluster memberships}
#' }
"Ring1000"
#' Simulated Mickey Data with dimension 1000
#'
#' @format A list with 2 elements:
#' \describe{
#' \item{data}{A data frame with 1200 rows (observations) and 1000 columns (variables)}
#' \item{clus}{A vector of length 1200 specifying the true cluster memberships}
#' }
"Mickey1000"
#' Simulated Mix Mickey Data with dimension 1000
#'
#' @format A list with 2 elements:
#' \describe{
#' \item{data}{A data frame with 3200 rows (observations) and 1000 columns (variables)}
#' \item{clus}{A vector of length 3200 specifying the true cluster memberships}
#' }
"MixMickey1000"
#' Simulated Mix Star Data with dimension 1000
#'
#' @format A list with 2 elements:
#' \describe{
#' \item{data}{A data frame with 3000 rows (observations) and 1000 columns (variables)}
#' \item{clus}{A vector of length 3000 specifying the true cluster memberships}
#' }
"MixStar1000"
#' Simulated Manifold Mixture Data with dimension 1000
#'
#' @format A list with 2 elements:
#' \describe{
#' \item{data}{A data frame with 3200 rows (observations) and 1000 columns (variables)}
#' \item{clus}{A vector of length 3200 specifying the true cluster memberships}
#' }
"ManifoldMix1000"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.