View source: R/autoplot_twonn.R
| autoplot.twonn_linfit | R Documentation |
TWO-NN model estimated via least squaresUse this method without the .twonn_linfit suffix.
The function returns the representation of the linear
regression that is fitted with the linfit method.
## S3 method for class 'twonn_linfit'
autoplot(object, title = "TWO-NN Linear Fit", ...)
object |
object of class |
title |
string used as title of the plot. |
... |
other arguments passed to specific methods. |
a ggplot2 object displaying the goodness of
the linear fit of the TWO-NN model.
twonn
Other autoplot methods:
autoplot.Hidalgo(),
autoplot.gride_bayes(),
autoplot.twonn_bayes(),
autoplot.twonn_mle()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.