vignettes/Hotgenes_vignette.R

## ---- include = FALSE---------------------------------------------------------
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

## ----setup--------------------------------------------------------------------
library(Hotgenes)
Example_Hotgenes_dir<-system.file("extdata",
"Example_Hotgenes.Rdata",
package = "Hotgenes", mustWork = TRUE)
 load(Example_Hotgenes_dir)

 FactoWrapper(Example_Hotgenes)
Rvirgenslane/Hotgenes documentation built on Aug. 22, 2020, 2:11 a.m.