You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suppose nodes in the arcdiagram are species and we have a phylogeny for these species. I wonder how hard it is to plot the phylogeny under the nodes if horizontal = TRUE and side by side if horizontal =FALSE? By doing this, we can have both the interaction information and their evolutionary history in the same plot. It will be great feature to have.
For plotting the phylogeny, I am using plot.phylo() function in the picante package. But I did not figure out a way to align the phylo plot and the arcdiagram.
Thanks!
Daijiang
The text was updated successfully, but these errors were encountered:
I am actually doing the same thing. I managed to plot phylogeny and arcdiagram side-by-side, but it would be nicer if we were able to specify xlim and ylim in the arcplot function.
Hi Gaston,
Thanks for this nice package!
Suppose nodes in the arcdiagram are species and we have a phylogeny for these species. I wonder how hard it is to plot the phylogeny under the nodes if
horizontal = TRUE
and side by side ifhorizontal =FALSE
? By doing this, we can have both the interaction information and their evolutionary history in the same plot. It will be great feature to have.For plotting the phylogeny, I am using
plot.phylo()
function in thepicante
package. But I did not figure out a way to align the phylo plot and the arcdiagram.Thanks!
Daijiang
The text was updated successfully, but these errors were encountered: