Graph flow chart of transition from states
问题 I'm trying to find a way to graph something like this in R: It is a transition between states, I want the boxes to be equal to the population size and the arrows to indicate the size of the transition. I've looked at the Diagram package but it's flow charts seem too crude for this. Is there a better package that allows this? If 1 == FALSE: Is there some other software that is better suited? If 1 & 2 == FALSE: I guess the last resort is grid rectangles and bezier curved arrows, any ideas how