Learn R Programming

DepthProc (version 2.1.5)

combineDepthCurves: Adds plots

Description

Adds plots

Usage

combineDepthCurves(x, y, .list = NULL)

# S4 method for ANY,ANY,list combineDepthCurves(x, y, .list = NULL)

# S4 method for DepthCurveList,DepthCurve,ANY combineDepthCurves(x, y, .list = NULL)

# S4 method for DepthCurve,DepthCurveList,ANY combineDepthCurves(x, y, .list = NULL)

# S4 method for DepthCurve,DepthCurve,ANY combineDepthCurves(x, y, .list = NULL)

Arguments

x

object

y

object

.list

list of plots to combine.

Details

See DepthCurve-class for description.