plot_triangles: Plot Posterior.

Description Usage Arguments References

View source: R/utils_plotting.R

Description

Plot of the projection of 3-simplex points of a posterior Dirichlet distribution into a 2D triangle. The function is used from the package rNPBST. Since it is a numeric function, the code was copied for further use in this package.

Usage

1
plot_triangles(x, num.points = nrow(x$sample), ...)

Arguments

x

('list')
Test results.

num.points

('double')
Number of points to be shown in the plot.

...

(any)
Additional arguments.

References

https://github.com/JacintoCC/rNPBST


RebeccaGroh/seqbtests documentation built on Nov. 17, 2021, 8:50 a.m.