simplify(rrules)
simplify()所属R语言包:rrules
Simplify a symbolic expression...
简化了象征性的表现...
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Simplify a symbolic expression
简化了象征性表达
用法----------Usage----------
## S3 method for class 'function':
simplify(x, algorithm=rulebasedSimplify, ...)
## S3 method for class 'call':
simplify(x, algorithm=rulebasedSimplify, ...)
参数----------Arguments----------
参数:x
The expression to simplify.
简化的表达。
参数:algorithm
The algorithm to use for simplifying x. Defaults to rulebasedSimplify.
使用的算法,简化x。默认为rulebasedSimplify的。
参数:...
Additional arguments to algorithm.
其他参数algorithm。
Details
详细信息----------Details----------
simplify: Tries to transform a symbolic expression to an equivalent but simpler form. simplify has methods for simplifying functions and calls.
simplify:尝试改变一个象征性的一个等价的,但更简单的形式表达。 simplify简化的功能和调用的方法。
值----------Value----------
simplify: The simplified expression.
simplify:简化的表达。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|