knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

gliomaData

Travis build status Lifecycle: dormant R-CMD-check

The goal of gliomaData is to provide data for RGCCA vignettes.

Installation

You can install the released version of gliomaData from GitGhub with:

remotes::install_github("llrs/gliomaData")

The original version of the data can be found here.

You might get an error installing like this and might need to download the tar.gz file and then install it from there.

Examples

Some data provided by the package:

library(gliomaData)
data(clinic)
clinic[1:5, 1:10]


llrs/gliomaData documentation built on Sept. 27, 2021, 11:05 a.m.