powered by
plot_qq_marginals creates an enhanced Q-Q plot with the observed and theoretical distributions shown in the margins of the plot.
plot_qq_marginals
plot_qq_marginals( x, breaks = "Sturges", newpage = TRUE, xlab = "Observed Quantiles", ylab = "Theoretical quantiles", xlim = grDevices::extendrange(c(min(x), max(x))), ylim = NULL, main = NULL, sub = NULL, axes = TRUE, border = TRUE, ... )
No return value. The function adds a plot to the active graphics window.
A numeric vector
How to compute breakpoints for the histogram. See ?hist
(logical) Should the plot be plotted on a new page?
Label for x-axis
Label for y-axis
Range of x values shown
Range of y values shown
Main title
Subtitle
(logical) Draw axes?
(logical) Draw a border?
Further arguments
data(anchoring) plot_qq_marginals(anchoring$everest_feet)
Run the code above in your browser using DataLab