Learn R Programming

cascsim (version 0.4)

doPlot: Plot function.

Description

Plot function.

Usage

doPlot(object, ...)

# S4 method for Distribution doPlot(object)

Arguments

object

Object

...

Additional function arguments

Examples

Run this code
# NOT RUN {
xPareto <- new("Pareto",p1=20,p2=3)
doPlot(xPareto)
# }

Run the code above in your browser using DataLab