plot.bivrp {bivrp} | R Documentation |
Plot Method for bivrp Objects
Description
Plots the bivariate residual plot with simulation polygons from a bivrp
object
Usage
## S3 method for class '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, ...)
Arguments
x |
object of class |
kernel |
logical. If TRUE, instead of using polygons for each point, computes 2d kernels and plots the contours |
superpose.points |
only used if |
chp |
logical. If |
add.dplots |
logical. If |
theta.sort |
logical. If |
add.polygon |
logical. If |
reduce.polygon |
method used to reduce the polygon area. Defaults to |
one.dim |
logical. If |
pch |
argument passed to |
cex |
argument passed to |
conf |
confidence level of the simulated polygons. Default is 0.95 |
xlab |
argument passed to |
ylab |
argument passed to |
main |
argument passed to |
point.col |
a vector of length 2 with the colors of the points that are inside and outside of the simulated polygons |
point.pch |
a vector of length 2 with the point characters of the points that are inside and outside of the simulated polygons |
transparent.colors |
logical. If |
density.bw |
the smoothing bandwidth to be used for the marginal densities. Defaults to |
... |
further arguments passed to |
Author(s)
Rafael A. Moral <rafael_moral@yahoo.com.br> and John Hinde