Learn R Programming

IdMappingAnalysis (version 1.16.0)

plot.Mixture: Plot the results of mixture modeling

Description

Plot the correlation densities of the empirical fit, mixture fit and each of the mixture components

Usage

"plot"(x, title="mixture density fit", cex.main=1.2, cex.lab=1, cex.axis=1, cex.legend=1, lineWidths=c(3, 3, 2), lineTypes=c(1, 2, 3), plot.crossover=TRUE, par.zoom=1, ...)

Arguments

title
main plot title. Default is "nonparametric density fit".
cex.main
Main title font size. Default is 1.2.
cex.lab
X and Y titles font size. Default is 1.
cex.axis
X and Y axis labels font size. Default is 1.
cex.legend
font size for the plot legend. Default is 1.
lineWidths
the vector of length 3 defing the line width for mixture fit, empirical fit and the micture components curves correspondingly. Default is c(3,3,2).
lineTypes
the vector of length 3 defing the line type for mixture fit, empirical fit and the micture components curves correspondingly. Default is c(1,2,3).
plot.crossover
If TRUE (default), the vertical lines corresponding to pairwise intersection of mixture components are plotted.
par.zoom
graphics parameters zoom factor. Scales the graphical parameters like cex, lwd, mai etc.
...
Additional graphical parameters

See Also

For more information see Mixture.

Examples

Run this code
 examples$mixture$plot();
 

Run the code above in your browser using DataLab