lposterior {batwing} | R Documentation |
Calculate the log of the posterior density for each row of BATWING output
lposterior(o)
o |
BATWING output read in with rbat or otherwise |
A vector of the log posterior densities, one for each row.
Ian J Wilson I.J.Wilson@ncl.ac.uk
http://www.mas.ncl.ac.uk/~nijw
data(exampleoutput) plot(lposterior(exampleoutput),type="l")