ropensci / taxa

taxonomic classes for R
https://docs.ropensci.org/taxa
Other
48 stars 12 forks source link

Name default results of `roots` #109

Closed zachary-foster closed 6 years ago

zachary-foster commented 6 years ago
> ex_taxmap$branches()
 d  e  f  g  h  i  j  k  l 
 3  4  5  6  7  8  9 10 11 
> ex_taxmap$leaves()
 m  n  o  p  q  r 
12 13 14 15 16 17 
> ex_taxmap$roots()
[1] 1 2

They should be the same probably