Revision 8ecdb006ab1bbebf6cb0820164875ec660626e1d authored by petrovich on 21 October 2018, 23:26:22 UTC, committed by Vladislav Kamenev on 26 October 2018, 11:35:45 UTC
1 parent b70196b
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