tree.has.tags: Determines whether the given phylo object contains tags or...

Description Usage Arguments Value Examples

Description

Determines whether the given phylo object contains tags or not.

Usage

1
  tree.has.tags(phylo)

Arguments

phylo

input phylo object

Value

boolean, indicating this phylo has tags (TRUE) or doesn't (FALSE).

Examples

1
2
tree.has.tags(tree.read('((a,b[&&NHX:foo=bar]),c);')) # TRUE
tree.has.tags(tree.read('((a,b),c);')) # FALSE

gjuggler/ggphylo documentation built on May 17, 2019, 6:05 a.m.