R/TANOVAmanual.R

Defines functions TANOVAmanual

Documented in TANOVAmanual

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

Try the TANOVA package in your browser

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

TANOVA documentation built on May 29, 2017, 12:31 p.m.