plot.copre_result | R Documentation |
Create a CopRe Result Plot
## S3 method for class 'copre_result'
plot(x, ..., func = "density", confint = NULL, use_ggplot = TRUE)
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 |
use_ggplot |
A logical value indicating whether to use |
None.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.