stat_qq_points | R Documentation |
Add points for a QQ plot
stat_qq_points(
mapping = NULL,
data = NULL,
geom = "point",
position = "identity",
show.legend = NA,
distribution = "unif",
max_pts_to_plot = 500,
ymin = -Inf,
ymax = Inf,
inherit.aes = TRUE,
...
)
mapping |
Set of aesthetic mappings created by |
data |
The data to be displayed in this layer. There are three options: If A A |
geom |
The geometric object to use display the data |
position |
Position adjustment, either as a string, or the result of a call to a position adjustment function. |
show.legend |
logical. Should this layer be included in the legends?
|
distribution |
The distribution with respect to which to make QQ plot
(e.g. |
max_pts_to_plot |
Points are downsampled for plotting purposes, so that
the maximum number of points actually plotted is |
ymin |
Samples with value less than |
ymax |
Samples with value less than |
inherit.aes |
If |
... |
Other arguments passed on to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.