question : scattplot with phylogenetic tree x axis
what is plot name of scattplot with phylogenetic tree x axis?
and how can i draw it?

• 2,450 views
•
link
1 answer
I haven't seen a scatter plot with a phylogenic tree unless its an pairs plot (multi-scatter plots). Scatter plots are mostly 2dimension (b/w 2 variables), phylogenetics trees map the distance between mostly more than 3 entities, based on how similar (close) and how different (far) they are. Maybe you mean a heat map with a dendogram?
• 0 views
•
link
Log in to answer this question.
I think you can google this up very easily to find some hits. I found a few in R , but I believe you want to make phylogenetic tree construction . You can take a look at this and this or even this