fork download
  1. # your code goes here
  2. op <- par(mfrow=c(2,2))
  3. limite.central(rbinom, distpar=c(10 ,0.1), m=1, s=0.9)
  4. par(op)
Success #stdin #stdout #stderr 0.36s 41772KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Error: could not find function "limite.central"
Execution halted