plot.grideval_result | R Documentation |
grideval_result
ObjectCreate a Plot of a grideval_result
Object
## S3 method for class 'grideval_result'
plot(x, ..., confint = NULL, use_ggplot = TRUE)
x |
A |
... |
Additional arguments discarded from |
confint |
A decimal value indicating the confidence interval width (e.g.
0.95 for a 95 percent confidence interval). Defaults to |
use_ggplot |
A logical value indicating whether to use |
A ggplot
object if ggplot2
is used, else none.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.