bayou
bayou copied to clipboard
Error with plot functions bayou package
Hi,
I have the following error when using plotSimmap.mcmc(), plotBranchHeatMap() and phenogram.density(). This is my code:
plotSimmap.mcmc(chainOU, burnin = 0.3, lwd = 2, edge.type = "theta", pal = rainbow, pp.cutoff = 0.3) plotBranchHeatMap(formTree, chainOU, "theta", burnin = 0.3, pal = cm.colors) phenogram.density(formTree, p50, burnin = 0.3, chainOU, pp.cutoff = 0.3)
And the error:
Error in plotSimmap(x, ...) : unused arguments (edge.color = .colorRamp(allbranches, pal, 100), use.edge.length = F)
I am not sure where is the cause, could you be so kind to help me?
Thank you in advance,
Pablo