combineDepthCurves {DepthProc} | R Documentation |
Adds plots
combineDepthCurves(x, y, .list = NULL)
## S4 method for signature 'ANY,ANY,list'
combineDepthCurves(x, y, .list = NULL)
## S4 method for signature 'DepthCurveList,DepthCurve,ANY'
combineDepthCurves(x, y, .list = NULL)
## S4 method for signature 'DepthCurve,DepthCurveList,ANY'
combineDepthCurves(x, y, .list = NULL)
## S4 method for signature 'DepthCurve,DepthCurve,ANY'
combineDepthCurves(x, y, .list = NULL)
x |
object |
y |
object |
.list |
list of plots to combine. |
See DepthCurve-class
for description.