plot.copre_result {copre} | R Documentation |
Create a CopRe Result Plot
Description
Create a CopRe Result Plot
Usage
## S3 method for class 'copre_result'
plot(x, ..., func = "density", confint = NULL, use_ggplot = TRUE)
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 |
use_ggplot |
A logical value indicating whether to use |
Value
None.
[Package copre version 0.2.1 Index]