Mercurial > repos > stef > qdnaseq
changeset 56:c962b56a2dd8 draft
Uploaded
author | stef |
---|---|
date | Wed, 06 Aug 2014 06:19:30 -0400 |
parents | b85c575ac1e3 |
children | 2b729107cdb4 |
files | QDNAseq.R |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/QDNAseq.R Wed Aug 06 05:24:52 2014 -0400 +++ b/QDNAseq.R Wed Aug 06 06:19:30 2014 -0400 @@ -508,6 +508,9 @@ path=freqImgName, paste('<img id="', freqImgName,'" src="', freqImgName, '" width="', width/2, '" height="', height/2, ' alt="FrequenceyPlot">', sep='') ) + ## there only is a frequency plot when data is called + if ( !doCall ){ html_freq_img <- '' } + extra_plots_html <- paste( html_noise_img, " \n", html_freq_img, "\n", sep=''