Print Lisp-Style Representation of R Expression
打印Lisp风格表示R的表达
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Prints a Lisp-style representation of R expression. This can be useful for understanding how some things are parsed.
打印R表达Lisp风格的代表性。这可能是有用的理解有些事情是如何解析。
用法----------Usage----------
showTree(e, write = cat)
参数----------Arguments----------
参数:e
R expression.
R的表达。
参数:write
function of one argument to write the result.
一个参数的函数来写结果。