Description Usage Arguments Details Author(s) References See Also Examples
View source: R/PLMIXfunctions.R
plot
method for class mpPLMIX
.
1 2 |
x |
Object of class |
max_scale_radar |
Numeric scalar indicating the maximum value on each axis of the radar plot for the support parameter point estimates. Default is |
... |
Further arguments passed to or from other methods (not used). |
By recalling the chartJSRadar
function from the radarchart
package and the routines of the ggplot2
package, plot.mpPLMIX
produces a radar plot of the support parameters and, when G>1, a donut plot of the mixture weights and a heatmap of the component membership probabilities based on the MAP estimates. The radar chart is returned in the Viewer Pane.
Cristina Mollica and Luca Tardella
Ashton, D. and Porter, S. (2016). radarchart: Radar Chart from 'Chart.js'. R package version 0.3.1. https://CRAN.R-project.org/package=radarchart
Wickham, H. (2009). ggplot2: Elegant Graphics for Data Analysis. Springer-Verlag New York.
chartJSRadar
and ggplot
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.