Revision cd7e07bf918e0f502fb14169453dde6808a763fa authored by Uwe Ligges on 20 January 2009, 00:00:00 UTC, committed by Gabor Csardi on 20 January 2009, 00:00:00 UTC
1 parent e819d45
Raw File
NAMESPACE
importFrom(coda, 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)

back to top