Description Usage Arguments Examples
Fill out area under the curve
1 2 3 4 5 6 7 8 9 10 11 |
mapping |
Set of aesthetic mappings created by |
data |
The data to be displayed in this layer. There are three options: If A A |
position |
Position adjustment, either as a string, or the result of a call to a position adjustment function. |
na.rm |
If |
show.legend |
logical. Should this layer be included in the legends?
|
inherit.aes |
If |
from |
Left end-point of interval |
to |
right end-point of interval |
... |
Other arguments passed on to |
1 2 3 4 | X <- Normal()
#plot_pdf(X) + geom_auc(to = -0.645)
#plot_pdf(X) + geom_auc(from = -0.645, to = 0.1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.