runbayeSCC<-function(BayeSSCallocation, parfilename,nloci,intern=TRUE){
command<-paste(BayeSSCallocation,"-f",parfilename,nloci, sep=' ')
system(command,intern=TRUE)
#unlink("*.distr")
#unlink("*.sum")
#unlink("*.trees")
#unlink("*.gen")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.