This function plots the posterior distribution of the parameter

# S3 method for PosteriorIDP
plot(x, ...)

Arguments

x

Imprecise Dirichlet Proccess Posterior distribution

...

Extra parameters for plot

Examples

idp <- bayesian.imprecise(results.rf[1, ], results.knn[1, ]) plot(idp)