plot-BinnDepth2d-ANY-method: 2d Binning plot

Description Usage Arguments See Also Examples

Description

Binning 2d

Usage

1
2
3
## S4 method for signature 'BinnDepth2d,ANY'
plot(x, ..., alpha = 0.1, bg_col = "red",
  add_mid = TRUE)

Arguments

x

object of class BinnDepth2d

...

graphical parameters passed to plot

alpha

alpha value for rgb function

bg_col

backgroud color

add_mid

logical. If TRUE centers of binns will be marked.

See Also

depth

Examples

1
2
tmp = binningDepth2D(x = mvrnorm(100,rep(0,2),diag(2)))
 plot(tmp)

DepthProc documentation built on May 2, 2019, 6:22 p.m.