Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

%in%.Splits() drops names #40

Closed
ms609 opened this issue Aug 21, 2020 · 0 comments
Closed

%in%.Splits() drops names #40

ms609 opened this issue Aug 21, 2020 · 0 comments

Comments

@ms609
Copy link
Owner

ms609 commented Aug 21, 2020

tree1<-read.tree(text = x<-"(a,b,(c,(d,e)));")
tree2<-read.tree(text = "(a,b,c,(d,e));")
splits1 <- as.Splits(tree1)
splits2 <- as.Splits(tree2)
splits1in2 <- splits1 %in% splits2
names(splits1in2) # should equal names(splits1); instead NULL
@ms609 ms609 closed this as completed in dd12d2f Feb 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant