Description Usage Arguments Examples
Bring PartitionFinder example files for demonstrations of either nucleotide, morphology or amino acid runs into a directory, default working directory.
1 | example_fetch(type = c("nucleotide", "morphology", "aminoacid"), dr = getwd())
|
type |
Either nucleotide, morphology or aminoacid |
dr |
Directory to bring the files |
1 2 3 4 5 6 7 8 9 | library(outsider)
PartitionFinder <- module_import('PartitionFinder',
repo = 'dombennett/om..partitionfinder')
example_fetch <- module_import('example_fetch',
repo = 'dombennett/om..partitionfinder')
# bring PartitionFinder examples to working directory
example_fetch(type = 'nucleotide')
# run on the "nucleotide" example folder
PartitionFinder(arglist = 'nucleotide')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.