R/permPATH2HTML.R

Defines functions permPATH2HTML

Documented in permPATH2HTML

permPATH2HTML = function(dat, dir, fname, title=NULL, bgcolor="#BBBBEE"){
  target = HTMLInitFile(dir, filename=fname, Title=title, BackGroundColor=bgcolor)
  HTML(xtable(dat), file=target)
  HTMLEndFile()
}
        

Try the permPATH package in your browser

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

permPATH documentation built on Sept. 8, 2023, 5:31 p.m.