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

How to edit the toolip? #37

Open
yuliaUU opened this issue May 26, 2020 · 0 comments
Open

How to edit the toolip? #37

yuliaUU opened this issue May 26, 2020 · 0 comments

Comments

@yuliaUU
Copy link

yuliaUU commented May 26, 2020

Is there a way to edit what is shown in toolip in R: I just want to have a toolip showing A>B information ( with no B<A)


m <- matrix(c(11975,  5871, 8916, 2868,
               1951, 10048, 2060, 6171,
               8010, 16145, 8090, 8045,
               1013,   990,  940, 6907),
               byrow = TRUE,
               nrow =2, ncol = 2)
groupnames <- c("A", "B")
row.names(m) <- groupnames
colnames(m) <- groupnames
chorddiag(m)
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