Skip to content
New issue

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

bug in errorbars in barplot.phylo4d #15

Open
wcornwell opened this issue Jul 19, 2022 · 0 comments
Open

bug in errorbars in barplot.phylo4d #15

wcornwell opened this issue Jul 19, 2022 · 0 comments

Comments

@wcornwell
Copy link

cool package!

this doesn't seem like it's how it's supposed to errorbars are work:

data(navic)
barplot(navic)
sup<-data.frame(IPSS=navic@data$IPSS+2)
inf<-data.frame(IPSS=navic@data$IPSS-3)
row.names(inf)<-navic@label
row.names(sup)<-navic@label
barplot(navic,error.bar.sup = sup,error.bar.inf = inf)

image

maybe an extra minus sign somewhere in the code?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant