plotCLT {distrTeach}R Documentation

Generic Plot Function for Illustrating the CLT

Description

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

Usage

plotCLT(Tn, ...)
## S4 method for signature 'AbscontDistribution':
plotCLT(Tn, k, summands="")
## S4 method for signature '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

Author(s)

Peter Ruckdeschel Peter.Ruckdeschel@itwm.fraunhofer.de
Matthias Kohl Matthias.Kohl@stamats.de

See Also

illustrateCLT

Examples

illustrateCLT(Distr = Unif(), len = 20)

[Package distrTeach version 2.0.4 Index]