We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I have made a pml tree similar to section 1.3.3 in your vignette. However, when I get to
pmltree <- as.treedata(fit)
I get the following error:
Error in UseMethod("as.treedata") : no applicable method for 'as.treedata' applied to an object of class "pml"
I am at a loss here and wonder if you could help.
Thanks, Glenn
The text was updated successfully, but these errors were encountered:
Try loading the tidytree package first. as.treedata() lives there now.
as.treedata()
library(tidytree)
Sorry, something went wrong.
No branches or pull requests
Hello,
I have made a pml tree similar to section 1.3.3 in your vignette. However, when I get to
I get the following error:
I am at a loss here and wonder if you could help.
Thanks,
Glenn
The text was updated successfully, but these errors were encountered: