File: mk_fit_images.Rd

package info (click to toggle)
r-cran-mixturefitting 0.6.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 448 kB
  • sloc: ansic: 518; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 467 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
\name{mk_fit_images}
\alias{mk_fit_images}
\docType{methods}
\title{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{
    \item{h}{histogram object, as returned from hist()}
    \item{l}{list containing model vectors}
    \item{prefix}{prefix of file name to write}
}
\author{Andrius Merkys}