crp2a / BayLum

Chronological Bayesian models integrated for Optically Stimulated Luminescence (OSL) Dating
https://crp2a.github.io/BayLum/
GNU General Public License v3.0
9 stars 1 forks source link

Remove split pdf() and dev.off() calls in all functions #10

Closed RLumSK closed 6 years ago

RLumSK commented 6 years ago

Double check whether we should avoid this construction.


 if(SavePdf){
   pdf(file=paste(OutputFilePath,OutputFileName[1],'.pdf',sep=""))
 }

 plot_MCMC(echantillon, sample_names = SampleNames, variables = "Age")

 if(SavePdf){
  dev.off()
 }
RLumSK commented 6 years ago

Appears to be not an issue, the perception was not correct, it had been the text connect that had been left open.