search for: sequencediagram

Displaying 1 result from an estimated 1 matches for "sequencediagram".

2011 Mar 07
0
visualizing data flow and function calls
...er function is required now as input to my current internal function as I navigate through my software (or when I make changes six months later, and multiple objects are coming in). >From what I can tell, I want to generate sequence diagrams of my program (http://www.agilemodeling.com/artifacts/sequenceDiagram.htm). Is there any way to generate these kinds of things automatically in R, or to get the information easily from R? I know I could add code to each function to spit out that it has been called with what input, but I thought there might be a way to do it by calling the function within some kind of...