Learn R Programming

DepthProc (version 2.1.5)

lsdAddContour: Adds location scale depth contour to the existing plot.

Description

This function add one location-scale contour to the existing plot.

Usage

lsdAddContour(x, cont = NULL, ...)

# S4 method for LSDepthContour lsdAddContour(x, cont = NULL, ...)

Arguments

x

object of class LSDepthContour

cont

depth of contour to plot

...

other arguments passed to polygon function

Examples

Run this code
# NOT RUN {
smp <- rf(100, 5, 10)
x <- lsdSampleDepthContours(smp)
plot(x)
lsdAddContour(x, 0.1, col = "grey50")
lsdAddContour(x, 0.3, col = "grey10", border = "red", lwd = 4)
# }

Run the code above in your browser using DataLab