autoplot.gride_evolution {intRinsic} | R Documentation |
Plot the evolution of Gride
estimates
Description
Use this method without the .gride_evolution
suffix.
It plots the evolution of the id
estimates as a function of the average distance from the furthest NN of
each point.
Usage
## S3 method for class 'gride_evolution'
autoplot(object, title = "Gride Evolution", ...)
Arguments
object |
an object of class |
title |
an optional string to customize the title of the plot. |
... |
other arguments passed to specific methods. |
Value
object of class ggplot
. It displays the
the evolution of the Gride maximum likelihood estimates as a function
of the average distance from n2
.
[Package intRinsic version 1.0.2 Index]