View source: R/mixdiri.contour.R
Contour plot of mixtures of Dirichlet distributions in S^2 | R Documentation |
S^2
Contour plot of mixtures of Dirichlet distributions in S^2
.
mixdiri.contour(a, prob, n = 100, x = NULL, cont.line = FALSE)
a |
A matrix where each row contains the parameters of each Dirichlet disctribution. |
prob |
A vector with the mixing probabilities. |
n |
The number of grid points to consider over which the density is calculated. |
x |
This is either NULL (no data) or contains a 3 column matrix with compositional data. |
cont.line |
Do you want the contour lines to appear? If yes, set this TRUE. |
The user can plot only the contour lines of a Dirichlet with a given vector of parameters, or can also add the relevant data should he/she wish to.
A ternary diagram with the points and the Dirichlet contour lines.
Michail Tsagris and Christos Adam.
R implementation and documentation: Michail Tsagris mtsagris@uoc.gr and Christos Adam pada4m4@gmail.com.
Ng Kai Wang, Guo-Liang Tian and Man-Lai Tang (2011). Dirichlet and related distributions: Theory, methods and applications. John Wiley & Sons.
Aitchison J. (1986). The statistical analysis of compositional data. Chapman & Hall.
diri.contour, gendiri.contour, compnorm.contour,
comp.kerncontour, mix.compnorm.contour,
diri.nr, dda
a <- matrix( c(12, 30, 45, 32, 50, 16), byrow = TRUE,ncol = 3)
prob <- c(0.5, 0.5)
mixdiri.contour(a, prob)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.