Description Usage Arguments Examples
plot_comixture Returns histograms of fitted gaussians and original data by dataset.
| 1 | plot_comixture(data, output.parameters, segment.subset = NULL, type = NULL)
 | 
| data | original data, identical to fit_comixture() input | 
| output.parameters,  | list of parameters, output of fit_comixture() | 
| segment.subset,  | optional, list of segment names to plot, default uses all segments | 
| type,  | optional, if value is "density", a density plot comparing orignal vs model distribution. If value is "QQ", a quantile-quantile plot is output. If left empty the modeled components are plotted (with common and specific in different colours) | 
| 1 | # plot_comixture(input.data, output.data, segment.subset = "segment16")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.