Plot function.
doPlot(object, ...) ## S4 method for signature 'Distribution' doPlot(object)
object
Object
...
Additional function arguments
xPareto <- new("Pareto",p1=20,p2=3) doPlot(xPareto)