R/Sleuth3Manual.R

Defines functions Sleuth3Manual

Documented in Sleuth3Manual

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

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

Try the Sleuth3 package in your browser

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

Sleuth3 documentation built on Jan. 25, 2024, 3:01 p.m.