Michael Krabbe Borregaard
Michael Krabbe Borregaard
There isn't anything in Phylo for this right now.
Hi, I can try to answer some of the smaller questions, though I haven't gone in on your long code chunk. > First, how do I find the root node?...
Yes the current version is 0.4.21. Can you post the full status? Or try to install it into a clean environment?
This is really useful reading for working with environments https://pkgdocs.julialang.org/v1/environments/ In brief, if you use VSCode it will generally use the environment associated with your work folder - so if...
I guess just an added comment is that the reason you got this version issue is that you have some old package in your default environment that is keeping Phylo...
But maybe - let us keep using this issue for your question on trait modelling and tree traversal and take any discussion of environments etc under the #ecology channel on...
Great. In terms of your core question, could you specify what you mean by >recursively traverse the tree so I can simulate stochastic differential equations on the tree` ? I'm...
@mschauer used Phylo to model OU processes a few years back
Simply delete the type signatures, and duck type on anything but `AbstractTree`? Or is the `NL` important?
I don't need a Set very much - that's just the type I naturally had in my code when I ran into this. `AbstractVector{NL}` is probably OK but why not...