plot-LSDepthContour-ANY-method: Plot Location-Scale depth contours.

Description Usage Arguments Examples

Description

Create location-scale depth plot. See lsdSampleDepthContours for more information.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## S4 method for signature 'LSDepthContour,ANY'
plot(
  x,
  cont = NULL,
  ratio = 1,
  mu_min = NULL,
  mu_max = NULL,
  col = NULL,
  border = NULL,
  ...
)

Arguments

x

object of class LSDepthContour

cont

plotted contours. Default NULL means that all contours stored in x will be plotted.

ratio

ratio

mu_min

mu_min

mu_max

mu_max

col

vectors with area colors passed to polygon function

border

vector with colors for borders

...

other parameters passed to polygon

Examples

1
2
3
smp <- rf(100, 5, 10)
x <- lsdSampleDepthContours(smp)
plot(x, col = paste0("grey", col = rev(seq(10, 40, 10))))

zzawadz/DepthProc documentation built on Feb. 4, 2022, 8:39 p.m.