Plot of the projection of 3-simplex points of a posterior Dirichlet distribution into a 2D triangle

# S3 method for PosteriorDirichlet
plot(x, num.points = nrow(x$sample), ...)

Arguments

x

Simplex points to be projected

num.points

Number of points to be shown

...

Extra parameters for plot

Examples

bs <- bayesianSign.test(results$random.forest, results$KNN) plot(bs, num.points = 5000)
#> Registered S3 methods overwritten by 'ggtern': #> method from #> grid.draw.ggplot ggplot2 #> plot.ggplot ggplot2 #> print.ggplot ggplot2
bsr <- bayesianSignedRank.test(results$random.forest, results$KNN) plot(bsr, num.points = 5000)