https://github.com/ctlab/phantasus
Revision 337324b9d7c45826047dd534a3aaa94953b555f8 authored by Alexey Sergushichev on 07 July 2018, 16:32:12 UTC, committed by Alexey Sergushichev on 07 July 2018, 16:32:12 UTC
1 parent b88bdc6
Raw File
Tip revision: 337324b9d7c45826047dd534a3aaa94953b555f8 authored by Alexey Sergushichev on 07 July 2018, 16:32:12 UTC
remove precheck for preloaded dataset
Tip revision: 337324b
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