Plots the bivariate residual plot with simulation polygons from a bivrp
object
# S3 method for bivrp
plot(x, kernel, superpose.points, chp, add.dplots,
theta.sort, add.polygon, reduce.polygon, one.dim, pch = 16, cex = 0.8,
conf, xlab, ylab, main, point.col, point.pch, transparent.colors,
density.bw, ...)
object of class bivrp
logical. If TRUE, instead of using polygons for each point, computes 2d kernels and plots the contours
only used if kernel
or chp
is TRUE. Logical argument, if TRUE
, plots all simulated bivariate diagnostics
logical. If TRUE
, instead of using polygons for each point, performs convex hull peeling over all simulated points
logical. If TRUE
, adds the marginal density plots
logical. If TRUE
, produces a simulated polygon for each point
logical. If TRUE
, plots the simulated polygons as well
method used to reduce the polygon area. Defaults to proportional
, see get_newpolygon
for details. If reduce.polygon = "peel"
, performs convex hull peeling to reduce the area; if reduce.polygon = "bag"
, computes a (conf * 100
)% bagplot of the points
logical. If TRUE
, plots only the marginal density plots (only works with theta.sort = FALSE
)
argument passed to par
argument passed to par
confidence level of the simulated polygons. Default is 0.95
argument passed to par
argument passed to par
argument passed to par
a vector of length 2 with the colors of the points that are inside and outside of the simulated polygons
a vector of length 2 with the point characters of the points that are inside and outside of the simulated polygons
logical. If TRUE
, adds transparency to the marginal density plots; if FALSE
, only the border lines are drawn
the smoothing bandwidth to be used for the marginal densities. Defaults to "SJ"
(see density
)
further arguments passed to par