Revision 38879f1eeb025e53a5a596679d8f884dc6397954 authored by Maksim Kleverov on 18 October 2021, 15:15:53 UTC, committed by Space on 18 October 2021, 15:15:53 UTC
1 parent a4307ee
Raw File
es-data.R
#' Example dataset
#'
#' Small slice from GSE27112-GPL6103 for
#'     runnable examples.
#'
#' @docType data
#'
#' @usage data(es)
#'
#' @examples
#' \dontrun{
#' data(es)
#' performKmeans(es, k = 2)
#' }
#'
"es"
back to top