autoplot.intDensTri {lavaSearch2} | R Documentation |
2D-display of the Domain Used to Compute the Integral
Description
2D-display of the domain used to compute the integral.
Usage
## S3 method for class 'intDensTri'
autoplot(object, coord.plot = c("x", "y1"), plot = TRUE, ...)
Arguments
object |
output of the function |
coord.plot |
[character vector] the x and y coordinates. Can be |
plot |
[logical] should the plot be displayed? |
... |
[internal] Only used by the generic method. |
Value
A ggplot
object.
See Also
[Package lavaSearch2 version 2.0.3 Index]