macroevolution / bammtools

BAMMtools is an R package for analysis of BAMM results
10 stars 6 forks source link

plot.credibleshiftset bug #31

Closed drabosky closed 9 years ago

drabosky commented 9 years ago

Bug in plot.credibleshiftset

Chokes when some options to plot.bammdata are passed indirectly

Eg passing lwd gives:

Error in assignColorBreaks(cset.bamm$dtrates$rates, spex = spex, ...) : unused argument (lwd = 1.5)

drabosky commented 9 years ago

I created this, indirectly, by adding the additional arguments …. to the call to assignColorBreaks, because it was failing to correctly plot rates on trees when log = T. But now it passes other args to plot.bammdata to assignColorBreaks

blueraleigh commented 9 years ago

this looks OK now