Skip to content

Tools for creating cluster plots, tree plots and dendrograms using ggplot in [R]

Notifications You must be signed in to change notification settings

andrie/ggcluster

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ggcluster

This is a set of tools for creating cluster plots, tree plots and dendrograms in [R]

It supports functions to plot the results of:

  • kmeans()
  • 'Mclust()`

Important functions

ggcluster offers a generic function to extract data and text from the various clustering models:

  • cluster_data() extracts cluster information from the model object, e.g. cluster allocation, line segment data or label data.

The results of these functions can then be passed to ggplot() for plotting.

About

Tools for creating cluster plots, tree plots and dendrograms using ggplot in [R]

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%