Revision 7d4a1761cc28d9481006aab852644072d84313ce authored by Uwe Ligges on 22 March 2011, 00:00:00 UTC, committed by Gabor Csardi on 22 March 2011, 00:00:00 UTC
1 parent 5f06bb2
Raw File
NAMESPACE
importFrom(coda, mcmc.list, as.mcmc.list, read.coda)

export(bugs,
       attach.all,
       detach.all,
       attach.bugs,
       detach.bugs,
       bugs.data,
       read.bugs,
       bugs.log,
       monitor,
       openbugs,
       as.bugs.array,
       write.model)

S3method(print, bugs)
S3method(plot, bugs)
S3method(as.mcmc.list, bugs)
back to top