n =100
object=m(ple4)
devs =mDev
mBoot<-function(n,object,devs){
object=propagate(object,n)
rtn=mdply(data.frame(year=dimnames(object)$year), function(year){
object[,year]%*%devs[,,,,,sample(dimnames(devs)$iter,n,TRUE)]})
rtn}
dev=rBoot(100,m(ple4),mDev)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.