macroevolution / bamm

A program for multimodel inference on speciation and trait evolution
GNU General Public License v2.0
33 stars 10 forks source link

Error in plot.credibleshiftset #102

Closed redcurry closed 10 years ago

redcurry commented 10 years ago

Following the instructions in section 7...

library(BAMMtools)
data(whales, events.whales)
edata <- getEventData(whales, events.whales, burnin=0.1)
plot.credibleshiftset(edata)

I get the error in R (terminal):

Error in plot.credibleshiftset(edata) : 
  arg sc must be of class "credibleshiftset"
drabosky commented 10 years ago

What line exactly?

drabosky commented 10 years ago

I just fixed an issue that looks similar to this but I don't see the verbatim code block you've pasted above

blueraleigh commented 10 years ago

I may have just pushed the same fix

drabosky commented 10 years ago

I assume it was just fixed (Mike and I may have fixed the same thing)