R/MakeGraphs.r

Defines functions MakeGraphs

Documented in MakeGraphs

#' @export
MakeGraphs <- function(){
  somePDFPath = paste (c(str1,"/PloidyRFiles/Allelegraphs.pdf"), collapse = "")
  pdf(file=somePDFPath)  
  for (i in 1:numLoci)   
  {   
    LocusPlot(testLoci[i])  
  } 
  dev.off()
  cat(c("Writing:" , paste(c(str1,"/PloidyRFiles/Allelegraphs.pdf"), collapse = ""), "\n")) 
}
wbooker/PloidyPal documentation built on May 4, 2019, 2 a.m.