Currently pop:::plot.dynamic() only displays the last defined transition for a pathway when plotting, because it's built from an adjacency matrix. In the cases where multiple transitions are additively acting on the same pathway (e.g. clonal reproduction & dispersal), it should add multiple links.
Currently
pop:::plot.dynamic()
only displays the last defined transition for a pathway when plotting, because it's built from an adjacency matrix. In the cases where multiple transitions are additively acting on the same pathway (e.g. clonal reproduction & dispersal), it should add multiple links.