Package: |
GMD |
Type: |
Package |
License: |
GPL (>= 2) |
This package contains:
1) modules and functions for GMD computation, with GMD algorithm implemented in C to interface with R.
2) related clustering and visualization tools for distributions.
An overview of functions
Function |
Description |
ghist |
Generalized Histogram Computation and Visualization |
gdist |
Generalized Distance Matrix Computation |
css |
Computing Clustering Sum-of-Squares and |
|
evaluating the clustering by the ``elbow'' method |
heatmap.3 |
Enhanced Heatmap Representation with Dendrogram and Partition |
gmdp |
Computation of GMD on a pair of histograms |
gmdm |
Computation of GMD Matrix on a set of histograms |
## To install from online repositories (e.g. CRAN)
install.packages(pkgs="GMD", repos="http://cran.r-project.org")
## Sometimes the offical repository might not be up to date, then
## you may install it from a downloaded source file; please replace
## '' with actual version numbers: Note that as
## new versions are release, the '' changes.
install.packages(pkgs="GMD_.tar.gz", repos=NULL)
## Load the package and get a complete list of functions, use
library(GMD)
ls("package:GMD")
## help documantation of the package
help(GMD) # this page