Description Usage Arguments Value Examples
Produces a QQ plot of your data with either normal or t-distributed quantiles.
1 2 |
Y |
A data vector to plot on the Y axis. |
X |
Additional data vector that will overwrite the normality quantiales that usually go on the X axis. Useful to compare distributions of different vectors. |
type |
The type of quantiles. Either "normal" or "t" distributed. |
ylabel |
The label for the x axis. |
xlabel |
The label for the y axis. |
data |
A dataset containing the vectors used for the plot. |
plot |
A ggplot object of the plot. |
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.