gof_baseplot | R Documentation |
This is the default base plot for goodness-of-fit diagnostic plots. It
produces a scatterplot with a LOESS smoother. The points are blue, and the
LOESS smoother is red. The plot has a square aspect ratio. It uses the
Certara theme. Other elements (e.g. reference lines) can be added to the
plot afterwards. The default aesthetics (x and y) and labels are also added
subsequently. The base plot can be overridden using the baseplot
parameter of the specific GOF function.
gof_baseplot(data, highlight, ..., loess.args = list())
data |
A |
highlight |
(Optional) A 2-level |
... |
Additional arguments (ignored). |
loess.args |
A |
A ggplot
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.