reveal | R Documentation |
This function reveals the position of the true data in a parade.
reveal(parade)
parade |
The name of an object generated using the |
# Fit model
m <- lm(mpg ~ disp, data = mtcars)
# Generate parade
my_parade <- parade(m)
# Linearity check
lin_plot(my_parade)
# Reveal
reveal(my_parade)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.