The main function, plot_GMM, is used for plotting output from Gaussian mixture models, including both densities and overlaying mixture weight component curves from the fit GMM. The package includes another function, plot_mix_comps, which is used in the plot_GMM function, and can be used in any plot generated by the user for overlaying mixture component curves from Gaussian mixture models. For the plot_mix_comps function, usage most often will be specifying the "fun" argument within "stat_function" in a ggplot2 object.
Version: | 0.2.0 |
Imports: | methods, graphics |
Suggests: | ggplot2, mixtools, testthat |
Published: | 2019-04-18 |
Author: | Philip Waggoner [aut, cre], Fong Chan [aut] |
Maintainer: | Philip Waggoner <philip.waggoner at gmail.com> |
BugReports: | https://github.com/pdwaggoner/plotGMM/issues |
License: | MIT + file LICENSE |
NeedsCompilation: | no |
Materials: | README NEWS |
CRAN checks: | plotGMM results |
Reference manual: | plotGMM.pdf |
Package source: | plotGMM_0.2.0.tar.gz |
Windows binaries: | r-devel: plotGMM_0.2.0.zip, r-release: plotGMM_0.2.0.zip, r-oldrel: plotGMM_0.1.0.zip |
OS X binaries: | r-release: plotGMM_0.2.0.tgz, r-oldrel: plotGMM_0.1.0.tgz |
Old sources: | plotGMM archive |
Please use the canonical form https://CRAN.R-project.org/package=plotGMM to link to this page.