| autoplot.twonn_bayes {intRinsic} | R Documentation |
Plot the output of the TWO-NN model estimated via the Bayesian
approach
Description
Use this method without the .twonn_bayes suffix.
The function returns the density plot of the
posterior distribution computed with the bayes method.
Usage
## S3 method for class 'twonn_bayes'
autoplot(
object,
plot_low = 0,
plot_upp = NULL,
by = 0.05,
title = "Bayesian TWO-NN",
...
)
Arguments
object |
object of class |
plot_low |
lower bound of the interval on which the posterior density is plotted. |
plot_upp |
upper bound of the interval on which the posterior density is plotted. |
by |
step-size at which the sequence spanning the interval is incremented. |
title |
character string used as title of the plot. |
... |
other arguments passed to specific methods. |
Value
ggplot2 object displaying the posterior
distribution of the intrinsic dimension parameter.
See Also
Other autoplot methods:
autoplot.Hidalgo(),
autoplot.gride_bayes(),
autoplot.twonn_linfit(),
autoplot.twonn_mle()
[Package intRinsic version 1.0.2 Index]