add_empty_model | R Documentation |
The empty model is extracted by pulling out b0()
from the passed model. This expression is
passed to gf_hline()
to plot the empty model. If this plot is not being chained to a prior
plot, a blank point plot is created to make sure the y-axis is informative and has the range of
the original data.
add_empty_model(object, model, ...)
object |
A gg object to chain to, optionally. |
model |
An empty model fit by |
... |
Additional arguments to pass to |
A gg object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.