#' @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"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.