R/PKshow.R

Defines functions PKshow

Documented in PKshow

#############################################################################################
## File: PKshow.R
## Author: Xiaoyong Sun
## Date: 10/12/2009
## Goal: PKoutput
## Notes:
##      -
#############################################################################################

PKshow <- function(nonmemObj=NULL, table.Rowv=FALSE, table.Colv=FALSE)
{

    PKoutput(nonmemObj, table.Rowv, table.Colv)
    PKcode()
    
    file.location <- paste("file://", getwd(),"/PKindex.html", sep="")
    browseURL(file.location, browser = getOption("browser"))
}

Try the PKreport package in your browser

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

PKreport documentation built on May 2, 2019, 10:15 a.m.