Skip to content

factoextra 1.0.6

Choose a tag to compare

@kassambara kassambara released this 05 Dec 23:04
· 220 commits to master since this release

Minor changes

  • the function fviz_nbclust() checks now whether the argument FUNcluster is correctly specified (@robsalasco, #82).
  • Clusters are now correctly order in fviz_mclust_bic() (@hpsprecher, #84)
  • New arguments outlier.pointsize and outlier.labelsize added in fviz_cluster() to customize outliers detected with DBSCAN (@choonghyunryu, #74)
  • pointsize in the function fviz() canbe now a continuous variable.

Bug fixes