Description Usage Arguments Examples
View source: R/plot_qq_marginals.R
A Q-Q plot with histograms in the marginals
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
x |
A numeric vector |
breaks |
How to compute breakpoints for the histogram. See ?hist |
newpage |
(logical) Should the plot be plotted on a new page? |
xlab |
Label for x-axis |
ylab |
Label for y-axis |
xlim |
Range of x values shown |
ylim |
Range of y values shown |
main |
Main title |
sub |
Subtitle |
axes |
(logical) Draw axes? |
border |
(logical) Draw a border? |
... |
Further arguments |
1 2 | data(anchoring)
plot_qq_marginals(anchoring$everest_feet)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.