We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: