Re: [R] Network from package functions

2009-07-23 Thread Romain Francois
Hi, This post might get you started: http://romainfrancois.blog.free.fr/index.php?post/2009/03/07/What-functions-are-called-by-my-function > tail( callees( nls ), 20 ) functions names new.env nls.control nlsModel 812

[R] Network from package functions

2009-07-23 Thread Andrej-Nikolai Spiess
Dear R-helpers, does anyone know of some package/function that can build a network from the functions that are implemented in a package, i.e. visualize the cross-references from one function to another in the same or some dependent package? An example would be a function like 'nls' on top of the