Revision 263ba6806043008f64ba5ce47e0f30f98acda996 authored by Vladislav Kamenev on 30 July 2018, 14:02:43 UTC, committed by Vladislav Kamenev on 30 July 2018, 14:02:43 UTC
1 parent af8e0ab
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