compositions (version 2.0-1)

runif: The uniform distribution on the simplex

Description

Generates random compositions with a uniform distribution on the (rcomp) simplex.

Usage

runif.acomp(n,D)
runif.rcomp(n,D)

Arguments

n

number of datasets to be simulated

D

number of parts

Value

a generated random dataset of class "acomp" or "rcomp" drawn from a uniform distribution on the simplex of D parts.

References

Aitchison, J. (1986) The Statistical Analysis of Compositional Data Monographs on Statistics and Applied Probability. Chapman & Hall Ltd., London (UK). 416p.

See Also

rDirichlet.acomp

Examples

Run this code
# NOT RUN {
plot(runif.acomp(10,3))
plot(runif.rcomp(10,3))
# }

Run the code above in your browser using DataCamp Workspace