https://github.com/ctlab/phantasus
Raw File
Tip revision: 1a75bcce965a2c96ab8fe84de796b3d636011939 authored by J Wokaty on 30 April 2024, 15:04:55 UTC
bump x.y.z version to odd y following creation of RELEASE_3_19 branch
Tip revision: 1a75bcc
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