2d Binning plot
Binning 2d methods
## S4 method for signature 'BinnDepth2d,ANY' plot(x, ..., alpha = 0.1, bg_col = "red", add_mid = TRUE)
x
: object of class BinnDepth2d...
: graphical parameters passed to plotalpha
: alpha value for rgb functionbg_col
: backgroud coloradd_mid
: logical. If TRUE centers of binns will be marked.tmp <- binningDepth2D(x = mvrnorm(100, rep(0, 2), diag(2))) plot(tmp)
depth
Useful links