Heuristically test expressions for evaluability...
启发式测试表达式可评价...
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Heuristically test expressions for evaluability
启发式测试表达式为可评价
用法----------Usage----------
allEvaluable(l)
参数----------Arguments----------
参数:x
An expression to test for evaluability.
表达式评估性测试。
参数:l
A list of expressions to test for evaluability.
一个表达式列表,以测试可评价。
参数:envir
The environment to perform the test in.
的环境,以执行测试英寸
参数:...
Additional arguments for exists, which is used to test if all components of x exist in envir.
其他参数exists,这是用来测试,如果所有组件的x中存在的envir。
Details
详细信息----------Details----------
is.evaluable: is.evaluable tests if all components of the expression x exist in the environment envir. allEvaluable tests if all elements of the list l pass the is.evaluable test.
is.evaluable:is.evaluable测试,如果所有组件的表达x存在的环境中envir。 allEvaluable测试,如果所有列表中的元素l通过is.evaluable测试。
值----------Value----------
is.evaluable: True if the test was positive.
is.evaluable:True如果试验阳性。