plot.grideval_result: Create a Plot of a 'grideval_result' Object

View source: R/plot.R

plot.grideval_resultR Documentation

Create a Plot of a grideval_result Object

Description

Create a Plot of a grideval_result Object

Usage

## S3 method for class 'grideval_result'
plot(x, ..., confint = NULL, use_ggplot = TRUE)

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.

use_ggplot

A logical value indicating whether to use ggplot2 instead of the base plot function.

Value

A ggplot object if ggplot2 is used, else none.


copre documentation built on May 29, 2024, 7:36 a.m.