plotCLT {distrTeach} | R Documentation |
Generic 'plot' function for generating the plots of 'illustrateCLT'.
plotCLT(Tn, ...) ## S4 method for signature 'AbscontDistribution': plotCLT(Tn, k, summands="") ## S4 method for signature 'DiscreteDistribution': plotCLT(Tn, k, summands="")
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 |
void
Peter Ruckdeschel Peter.Ruckdeschel@itwm.fraunhofer.de
Matthias Kohl Matthias.Kohl@stamats.de
illustrateCLT(Distr = Unif(), len = 20)