-
Notifications
You must be signed in to change notification settings - Fork 45
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
tree plot error2 #10
Comments
Looks like your tree has many branches. I've recently updated the tree package to handle more branches. Could you update it and see if the problem still persists?
|
Thanks for your reply. I try both old one and new one in your GitHub. Both is not working. The same error. If I combine branch 'Y' and '0' to a new '0', it working.
…
On Aug 1, 2017 at 5:36 PM, <Ha X. Dang ***@***.***)> wrote:
Looks like your tree has many branches. I've recently updated the tree package to handle more branches. Could you update it and see if the problem still persists?
>
>
> devtools::install_github('hdng/trees')
>
>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub (#10 (comment)), or mute the thread (https://github.com/notifications/unsubscribe-auth/AECjdPo7KSaZQ-twP7U0zCtwevdLct9eks5sT5pTgaJpZM4OqUU8).
|
So, the original node 'Y' is the outroot and '0' is first node... i guess this is the reason the code failed?
…
On Aug 1, 2017 at 5:36 PM, <Ha X. Dang ***@***.***)> wrote:
Looks like your tree has many branches. I've recently updated the tree package to handle more branches. Could you update it and see if the problem still persists?
>
>
> devtools::install_github('hdng/trees')
>
>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub (#10 (comment)), or mute the thread (https://github.com/notifications/unsubscribe-auth/AECjdPo7KSaZQ-twP7U0zCtwevdLct9eks5sT5pTgaJpZM4OqUU8).
|
Could you help to fix this? Thanks. |
I just try to put the "Y" in the first row and it totally working... So i think the program default need the "Y" trunk in the first row.... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello:
I am using the plot.tree.clone.as.branch function to generate the tree. But i found there is no tree generated if the branches like this:
Could you let me know how to fix this? ??
Here is the data frame of tree_data.
tree_data.RData.zip
The text was updated successfully, but these errors were encountered: