phylometa_process: Process phylometa output

Description Usage Arguments Examples

View source: R/phylometa_process.R

Description

Process phylometa output

Usage

1
phylometa_process(x, groups)

Arguments

x

(character) a path to a file, the output from running Phylometa. required.

groups

(integer) number of groups. required. This is the number of groups you specified in your phylometa analysis. if you look at your output file, it's the number of groups listed in any table

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
file <- system.file("examples/example_one_group.txt", package = "phyrmeta")
phylometa_process(file, groups = 1)

file <- system.file("examples/example_two_groups.txt", package = "phyrmeta")
phylometa_process(file, groups = 2)

file <- system.file("examples/example_three_groups.txt", package = "phyrmeta")
phylometa_process(file, groups = 3)

file <- system.file("examples/example_four_groups.txt", package = "phyrmeta")
phylometa_process(file, groups = 4)

ropenscilabs/phyrmeta documentation built on Dec. 1, 2020, 7:02 a.m.