Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
Leaves currently does:
Which makes sense, but issue #126 assumes that there is a list output with one vector like that above per taxon, like
subtaxadoes:I can add the
simplifyoption toleaves, so it can work like it did in the past:If we want to maintain the same behaviour as before, the default can be
simplify = TRUE, although that would be different than the other functions. What do you think @sckott? Ok to change the default output ofleaves, while maintain the ability to return the same output withsimplify = TRUE?