autoplot.copre_result {copre} | R Documentation |
Create a CopRe Result ggplot
Description
Create a CopRe Result ggplot
Usage
autoplot.copre_result(x, ..., func = "density", confint = NULL)
Arguments
x |
A |
... |
Additional arguments discarded from |
func |
Either 'distribution', 'density', or 'gradient'. |
confint |
A decimal value indicating the confidence interval width (e.g.
0.95 for a 95% confidence interval). Defaults to |
Value
A ggplot
object.
[Package copre version 0.2.1 Index]