plot.Mixture: Plot the results of mixture modeling

Description Usage Arguments Author(s) See Also Examples

Description

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

Usage

1
2
## S3 method for class 'Mixture'
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

Author(s)

Alex Lisovich, Roger Day

See Also

For more information see Mixture.

Examples

1
2
 examples$mixture$plot();
 

IdMappingAnalysis documentation built on Oct. 31, 2019, 3:30 a.m.