comp.den(x, type = "alr", dist = "normal")spat.med, sscov, multivtlibrary(MASS)
x <- iris[, 1:4]
x <- x / rowSums(x)
comp.den(x)
comp.den(x, type = "alr", dist = "t")
comp.den(x, type = "alr", dist = "spatial")Run the code above in your browser using DataLab