Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Plot a polar dendrogram of a clustering
ResourceFunction["PolarDendrogramPlot"][list] constructs a polar dendrogram from the hierarchical clustering of list. |
"CircularRange" | 1.95π | the radians of which to plot (from π to 2π) |
DistanceFunction | ManhattanDistance | the distance function to use in clustering |
"ExpansionFactor" | 1 | the amount to compress outer levels of the plot |
PlotStyle | Automatic | a graphics directive to style the plot |
Create a simple polar dendrogram plot:
In[1]:= |
Out[1]= |
Compare a normal DendrogramPlot with a PolarDendrogramPlot:
In[2]:= |
Out[2]= |
Style a large PolarDendrogramPlot:
In[3]:= |
Out[3]= |
Change the "CircularRange" and "ExpansionFactor" options:
In[7]:= |
In[8]:= |
Out[8]= |
Many of of the options supported by DendrogramPlot are not supported in PolarDendrogramPlot:
In[9]:= |
In[10]:= |
Out[10]= |
This work is licensed under a Creative Commons Attribution 4.0 International License