getPlot {DepthProc}R Documentation

Create ggplot object from DepthCurve, DepthCurveList and DDPlot classes.

Description

Create an object of class ggplot from DepthCurve and DepthCurveList.

Usage

getPlot(object)

## S4 method for signature 'AsymmetryCurveList'
getPlot(object)

## S4 method for signature 'DDPlot'
getPlot(object)

## S4 method for signature 'ScaleCurveList'
getPlot(object)

Arguments

object

a DDPlot ScaleCurve or AsymmetryCurve object class.


[Package DepthProc version 2.1.5 Index]