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="")
## S4 method for signature 'UnivariateDistribution'
plotCLT(Tn, k, summands="")
Arguments
Tn |
object of class |
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@uni-oldenburg.de
Matthias Kohl Matthias.Kohl@stamats.de
See Also
Examples
illustrateCLT(Distr = Unif(), len = 20)
[Package distrTeach version 2.9.1 Index]