plotProportions {DEploid.utils} | R Documentation |
Plot proportions
Description
Plot the MCMC samples of the proportion, indexed by the MCMC chain.
Usage
plotProportions(
proportions,
title = "Components",
cex.lab = 1,
cex.main = 1,
cex.axis = 1
)
Arguments
proportions |
Matrix of the MCMC proportion samples. The matrix size is number of the MCMC samples by the number of strains. |
title |
Figure title. |
cex.lab |
Label size. |
cex.main |
Title size. |
cex.axis |
Axis text size. |
Value
No return value called for side effects
[Package DEploid.utils version 0.0.1 Index]