grideval_result
ObjectCreate a Plot of a grideval_result
Object
# S3 method for grideval_result
plot(x, ..., confint = NULL, use_ggplot = TRUE)
A ggplot
object if ggplot2
is used, else none.
A grideval_result
object.
Additional arguments discarded from plot
.
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.
A logical value indicating whether to use ggplot2
instead
of the base plot
function.