Learn R Programming

lavaSearch2 (version 1.0.0)

autoplot.IntDensTri: 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 IntDensTri
autoplot(object, coord.plot = c("x", "y1"),
  plot = TRUE, ...)

Arguments

object

output of the function IntDensTri.

coord.plot

the x and y coordinates. Can be "x", "y1" to "yd", "z" if zmin was specified when calling IntDensTri.

plot

should the plot be displayed.

...

additional argument that are ignored.