plotGMM: Tools for Visualizing Gaussian Mixture Models

The main function, plot_GMM, is used for plotting output from Gaussian mixture models (GMMs), including both densities and overlaying mixture weight component curves from the fit GMM. The package also include the function, plot_cut_point, which plots the cutpoint (mu) from the GMM over a histogram of the distribution with several color options. Finally, the package includes the function, plot_mix_comps, which is used in the plot_GMM function, and can be used to create a custom plot for overlaying mixture component curves from GMMs. For the plot_mix_comps function, usage most often will be specifying the "fun" argument within "stat_function" in a ggplot2 object.

Getting started

Package details

AuthorPhilip Waggoner [aut, cre], Fong Chan [aut]
MaintainerPhilip Waggoner <philip.waggoner@gmail.com>
LicenseMIT + file LICENSE
Version0.2.2
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("plotGMM")

Try the plotGMM package in your browser

Any scripts or data that you put into this service are public.

plotGMM documentation built on July 8, 2020, 7:26 p.m.