Learn R Programming

distrTeach (version 2.9.1)

plotCLT: Generic Plot Function for Illustrating the CLT

Description

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

Usage

plotCLT(Tn, ...)
# S4 method for AbscontDistribution
plotCLT(Tn, k, summands="")
# S4 method for DiscreteDistribution
plotCLT(Tn, k, summands="")
# S4 method for UnivariateDistribution
plotCLT(Tn, k, summands="")

Value

void

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

Author

Peter Ruckdeschel peter.ruckdeschel@uni-oldenburg.de
Matthias Kohl Matthias.Kohl@stamats.de

See Also

illustrateCLT

Examples

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

Run the code above in your browser using DataLab