kassambara / factoextra

Extract and Visualize the Results of Multivariate Data Analyses
http://www.sthda.com/english/rpkgs/factoextra
352 stars 102 forks source link

New fviz #44

Open jarekj71 opened 7 years ago

jarekj71 commented 7 years ago

Hi I've started to create two new fviz toolsets both seems fit to factoextra and I do not want to start separate package :

  1. fviz_som to visualize som codes and heatmaps from kohonen packages
  2. fviz_apc to visualize affinity propagation clustering and dendrogram from APClustering packages.

Both packages (kohonen and APClustering) have its own, rather creepy and not configurable visualisations. I have working concepts for all functions, now I'm converting it into package ready files. How can I contribute it? Jarek

kassambara commented 7 years ago

Hi @jarekj71,

Your contribution are very welcomed. I think that these two functions will be very helpful.

If you are comfortable with github, just make a pull request: http://r-pkgs.had.co.nz/git.html#git-pullreq; Otherwise, you can send to me the functions by e-mail.

In the documentation section of the functions, make sure you have filled the author area to give you the credit. It should look like this:

@author Alboukadel Kassambara \email{alboukadel.kassambara@@gmail.com}

Thank you in advance for your contribution.

Kind regards