
Contour plot of the
alfa.contour(m, s, a, n = 100, x = NULL, cont.line = FALSE)
The mean vector of the
The covariance matrix of the
The value of a for the
The number of grid points to consider over which the density is calculated.
This is either NULL (no data) or contains a 3 column matrix with compositional data.
Do you want the contour lines to appear? If yes, set this TRUE.
The contour plot of the
The
Tsagris M.T., Preston S. and Wood A.T.A. (2011). A data-based power transformation for compositional data. In Proceedings of the 4th Compositional Data Analysis Workshop, Girona, Spain. https://arxiv.org/pdf/1106.1451.pdf
folded.contour, compnorm.contour, diri.contour, mix.compnorm.contour, bivt.contour, skewnorm.contour
# NOT RUN {
x <- as.matrix(iris[, 1:3])
x <- x / rowSums(x)
a <- a.est(x)$best
m <- colMeans(alfa(x, a)$aff)
s <- cov(alfa(x, a)$aff)
alfa.contour(m, s, a)
# }
Run the code above in your browser using DataLab