Package: plotGMM 0.2.2
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.
Authors:
plotGMM_0.2.2.tar.gz
plotGMM_0.2.2.zip(r-4.5)plotGMM_0.2.2.zip(r-4.4)plotGMM_0.2.2.zip(r-4.3)
plotGMM_0.2.2.tgz(r-4.4-any)plotGMM_0.2.2.tgz(r-4.3-any)
plotGMM_0.2.2.tar.gz(r-4.5-noble)plotGMM_0.2.2.tar.gz(r-4.4-noble)
plotGMM_0.2.2.tgz(r-4.4-emscripten)plotGMM_0.2.2.tgz(r-4.3-emscripten)
plotGMM.pdf |plotGMM.html✨
plotGMM/json (API)
NEWS
# Install 'plotGMM' in R: |
install.packages('plotGMM', repos = c('https://pdwaggoner.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 4 years agofrom:00b6686238. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 25 2024 |
R-4.5-win | OK | Oct 25 2024 |
R-4.5-linux | OK | Oct 25 2024 |
R-4.4-win | OK | Oct 25 2024 |
R-4.4-mac | OK | Oct 25 2024 |
R-4.3-win | OK | Oct 25 2024 |
R-4.3-mac | OK | Oct 25 2024 |
Exports:plot_cut_pointplot_GMMplot_mix_comps
Dependencies:amerikaclicolorspacefansifarverggplot2gluegtableisobandlabelinglatticelifecyclemagrittrMASSMatrixmgcvmunsellnlmepillarpkgconfigR6RColorBrewerrlangscalestibbleutf8vctrsviridisLitewesandersonwithr
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Plots Cut Point from Gaussian Mixture Models | plot_cut_point |
Plots Mixture Components from Gaussian Mixture Models | plot_GMM |
Custom Function for Overlaying Mixture Components | plot_mix_comps |