mk_fit_images {MixtureFitting} | R Documentation |
Mixture Distribution Modeling
Description
Draw a PNG histogram with a mixture density on top of it for each iteration of mixture optimization process.
Usage
mk_fit_images( h, l, prefix = "img_" )
Arguments
h |
histogram object, as returned from hist() |
l |
list containing model vectors |
prefix |
prefix of file name to write |
Author(s)
Andrius Merkys
[Package MixtureFitting version 0.6.1 Index]