plot.Mixture {IdMappingAnalysis} | R Documentation |
Plot the correlation densities of the empirical fit, mixture fit and each of the mixture components
## 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, ...)
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 |
par.zoom |
graphics parameters zoom factor. Scales the graphical parameters like cex, lwd, mai etc. |
... |
Additional graphical parameters |
Alex Lisovich, Roger Day
For more information see Mixture
.
examples$mixture$plot();