I've updated mcmcFD() to create an object of class mcmcFD and implemented print and plot methods for it. This means that plotting the results of mcmcFD() is now done with plot(), which calls plot.mcmcFD(), instead of mcmcFDplot(). Given this change, I wanted you to review, @ShanaScogin, rather than just merging into develop myself.
I've updated
mcmcFD()
to create an object of classmcmcFD
and implemented print and plot methods for it. This means that plotting the results ofmcmcFD()
is now done withplot()
, which callsplot.mcmcFD()
, instead ofmcmcFDplot()
. Given this change, I wanted you to review, @ShanaScogin, rather than just merging intodevelop
myself.