make.callgraph.roclet(roxygen)
make.callgraph.roclet()所属R语言包:roxygen
Make a callgraph roclet which produces a static call graph...
一个的调用图roclet产生一个静态调用图...
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Make a callgraph roclet which produces a static call graph from a given function at a given depth with or without
作出调用图roclet这将产生一个在一个给定的深度,从一个给定的函数静态调用图,带或不带
用法----------Usage----------
make.callgraph.roclet(dependencies, dir=".", verbose=TRUE)
参数----------Arguments----------
参数:dependencies
packages required to evaluate interesting functions
评估所需的软件包,有趣的功能
参数:dir
the directory to place the callgraphs in
目录将调用图
参数:verbose
anounce what we're doing </table>
站长我们在做什么了</ table>
Details
详细信息----------Details----------
The callgraph roclet supports the following tags:
的的调用图roclet支持以下标签:
@callGraphCreate a call graph of the default depth, excluding primitive functions.
@callGraph创建一个调用图的默认颜色深度,但不包括原始功能。
@callGraphPrimitivesCreate a call graph of the default depth, including primitive functions.
@callGraphPrimitives创建一个调用图的默认深度,包括原始的功能。
@callGraphDepthChange the depth of the callgraph from the default of 2.
@callGraphDepth改变深度的调用图的默认设置为2。
The callgraph roclet is awkward in the sense that it requires a function's package to be loadable; which means, like calling LaTeX multiple times, one has to run roxygen on a package, install it, run roxygen again to get the callgraphs, and possibly
在这个意义上,它需要一个函数的封装为可加载的,这就意味着,像LaTeX的多次呼吁,一个,运行roxygen包,安装它,再次运行roxygen,得到调用图,并有可能的的调用图roclet是尴尬的
TODO----------TODO----------
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|