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 copre_result object.

...

Additional arguments discarded from plot.

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 NULL, in which case no confidence intervals will be drawn.

Value

A ggplot object.


[Package copre version 0.2.0 Index]