Skip to content

pdwaggoner/plotmm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

plotmm Tidy Tools for Visualizing Mixture Models

Project Status: Active – The project has reached a stable, usable state and is being actively developed. CRAN_Status_Badge Downloads Documentation


lifecycle CRAN_Status_Badge Downloads Documentation


Package authors and contributors:


In collaboration with Fong Chan (Achilles Therapeutics) and Lu Zhang (University of Chicago), we have developed plotmm for tidy visualization of mixture models. This package is a substantial update to the plotGMM package.

Install

Load the latest version:

devtools::install_github("pdwaggoner/plotmm")

library(plotmm)

Load the latest stable (CRAN) version:

install.packages("plotmm")

library(plotmm)

Getting Started

To get started, read the "Getting Started" vignette, which includes a few basic examples.

Contribute

Anyone is welcome to contribute to the package. Before collaborating, please take a look at and abide by the contributor code of conduct. Here's a sampling of how to contribute:

  • Submit an issue reporting a bug, requesting a feature enhancement, etc.

  • Suggest changes directly via pull request

  • Reach out directly with ideas if you're uneasy with public interaction