PartitionFinder: PartitionFinder 2

Description Usage Arguments Examples

View source: R/functions.R

Description

Run PartitionFinder 2

Usage

1
PartitionFinder(arglist = arglist_get(...), outdir = getwd())

Arguments

arglist

Arguments for PartitionFinder

outdir

Filepath to output files are placed

Examples

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')

DomBennett/om..partitionfinder documentation built on Jan. 17, 2020, 12:25 a.m.