R/htmlFunctions.R

Defines functions writeImgRef

## function used in makePlot to write plots in the html report
## outf : names of the plots (end with .png or .pdf)
## con : output file
writeImgRef <- function(outf,con)
{  
    hwrite("",con, br=TRUE)
    hwrite(hwriteImage(outf[2], image.border=2), con, link=outf[1], center=TRUE, br=TRUE)
    hwrite("",con, br=TRUE)
}

Try the cellHTS2 package in your browser

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

cellHTS2 documentation built on Nov. 8, 2020, 6 p.m.