powered by
Binning 2d
# S4 method for BinnDepth2d,ANY plot(x, ..., alpha = 0.1, bg_col = "red", add_mid = TRUE)
object of class BinnDepth2d
graphical parameters passed to plot
alpha value for rgb function
backgroud color
logical. If TRUE centers of binns will be marked.
depth
# NOT RUN { tmp <- binningDepth2D(x = mvrnorm(100, rep(0, 2), diag(2))) plot(tmp) # }
Run the code above in your browser using DataLab