R/Sleuth2Manual.R

Defines functions Sleuth2Manual

Documented in Sleuth2Manual

## no S4 methodology here; speedup :
.noGenerics <- TRUE

Sleuth2Manual <- function(){
  viewer <- getOption("pdfviewer")
  file <- system.file("doc/Sleuth2-manual.pdf", package="Sleuth2")
  system(paste(viewer, file, sep=" "))
  invisible()
}

Try the Sleuth2 package in your browser

Any scripts or data that you put into this service are public.

Sleuth2 documentation built on May 2, 2019, 7:01 a.m.