How do I change color of interactions based on interaction value using an ifelse() statement in an plotweb bipartite?
问题 Hi I am having trouble trying to get ifelse statements to work in a plotweb fuction (from bipartite ) to color interaction based on the total quantity of interaction of each cell in the matrix. I had the same problem with the high bar colors, but since there were only a few values and one vector, it was easy to manually code. Here is the code I am using, I want to color interactions greater than 15 as dark turquoise and keep the rest as default grey (grey80). I have tried many different