View source: R/autoplot_twonn.R
autoplot.twonn_bayes | R Documentation |
TWO-NN
model estimated via the Bayesian
approachUse this method without the .twonn_bayes
suffix.
The function returns the density plot of the
posterior distribution computed with the bayes
method.
## S3 method for class 'twonn_bayes'
autoplot(
object,
plot_low = 0,
plot_upp = NULL,
by = 0.05,
title = "Bayesian TWO-NN",
...
)
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. |
ggplot2
object displaying the posterior
distribution of the intrinsic dimension parameter.
twonn
Other autoplot methods:
autoplot.Hidalgo()
,
autoplot.gride_bayes()
,
autoplot.twonn_linfit()
,
autoplot.twonn_mle()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.