Revision 0d6a5c07279c25af21abfe534b8cbb4a651042e3 authored by Alexey Sergushichev on 20 October 2018, 13:07:06 UTC, committed by Alexey Sergushichev on 20 October 2018, 13:07:06 UTC
1 parent 85f9f43
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