doPlot {cascsim}R Documentation

Plot function.

Description

Plot function.

Usage

doPlot(object, ...)

## S4 method for signature 'Distribution'
doPlot(object)

Arguments

object

Object

...

Additional function arguments

Examples

xPareto <- new("Pareto",p1=20,p2=3)
doPlot(xPareto)

[Package cascsim version 0.4 Index]