| qqplotValues | R Documentation | 
The built-in qqplot function does not work with ggplot2. This just calls the qqplot function to caclulate the quantiles without plotting them.
qqplotValues(x, y)
| x | Required. A numeric vector. | 
| y | Required. A numeric vector. | 
Returns a dataframe with the quantiles of x and y.
Kevin Shook
quantiles <- qqplotValues(runif(20), runif(50))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.