R/casperVignettes.R

Defines functions casperDesign

Documented in casperDesign

casperDesign <- function(view=TRUE) {
  f <- system.file("doc","DesignRNASeq.pdf",package="casper")
  if (view) {
    if (.Platform$OS.type == "windows") {
       shell.exec(f)
     } else {
       system(paste(Sys.getenv("R_PDFVIEWER"),f,"&"))
     }
   }
   return(f)
}

Try the casper package in your browser

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

casper documentation built on Dec. 17, 2020, 2:01 a.m.