autoplot.grideval_result {copre}R Documentation

Create a ggplot of a grideval_result Object

Description

Create a ggplot of a grideval_result Object

Usage

autoplot.grideval_result(x, ..., confint = NULL)

Arguments

x

A grideval_result object.

...

Additional arguments discarded from plot.

confint

A decimal value indicating the confidence interval width (e.g. 0.95 for a 95 percent 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]