| type_qq | R Documentation |
Plots the theoretical quantiles of x on the horizontal axis
against observed values of x on the vertical axis.
type_qq(distribution = qnorm)
distribution |
Distribution function to use. |
tinyplot(~mpg, data = mtcars, type = type_qq())
# suppress the line
tinyplot(~mpg, data = mtcars, lty = 0, type = type_qq())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.