distrEx (version 1.9)

plotCLT: Generic Plot Function for Illustrating the CLT

Description

Generic 'plot' function for generating the plots of 'illustrateCLT'.

Usage

plotCLT(Tn, ...)
## S3 method for class 'AbscontDistribution':
plotCLT(Tn, k, summands="")
## S3 method for class 'DiscreteDistribution':
plotCLT(Tn, k, summands="")

Arguments

Tn
object of class "AbscontDistribution" or class "DiscreteDistribution": distribution of the summands
k
integer: number off summands to be plotted as graphics title
summands
character: name of the summands
...
addtional arguments for methods not yet implemented

Value

  • void

See Also

illustrateCLT

Examples

Run this code
illustrateCLT(Distr = Unif(), len = 20)

Run the code above in your browser using DataLab