graphcode {cacher} | R Documentation |
Create a plot of a directed graph showing the relationships between the variables in code file or script.
graphcode(num, ...)
num |
a vector of expression sequence numbers |
... |
other arguments passed to the plot method
|
This function depends on the CodeDepends (for computing dependencies) and Rgraphviz (for plotting) packages in order to work. If they are not installed, an error will thrown.
Nothing useful is returned.
Roger D. Peng rpeng@jhsph.edu