track.auto(track)
track.auto()所属R语言包:track
Query or set the status of automated tracking
查询或设置自动跟踪的状态
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Query or set the status of automated tracking
查询或设置自动跟踪的状态
用法----------Usage----------
track.auto(auto = NULL, pos = 1, envir = as.environment(pos))
参数----------Arguments----------
参数:auto
NULL the default (to query the status of automatic tracking), or logical (TRUE or FALSE) to set it.
NULL默认值(状态查询,自动跟踪),或逻辑(TRUE或FALSE)来设置它。
参数:pos
The search path position of the environment being tracked (default is 1 for the global environment)
被跟踪的路径中的位置的环境(默认值是1对全球环境)
参数:envir
The environment being tracked. This is an alternate way (to the use of pos=) of specifying the environment being tracked, but should be rarely needed.
被跟踪的环境。这是一种备选的方式(使用pos=)被跟踪指定的环境,但应很少需要。
值----------Value----------
A logical value, indicating whether automatic tracking is on or off.
一逻辑值,指示是否自动跟踪或关闭。
(作者)----------Author(s)----------
Tony Plate <a href="mailto:tplate@acm.org">tplate@acm.org</a>
参见----------See Also----------
track.start
track.start
实例----------Examples----------
## Not run: [#不运行:]
track.auto() # query the status of auto-tracking[查询自动跟踪的状态]
track.auto(FALSE) # turn auto-tracking off[关闭自动跟踪]
track.auto(TRUE) # turn auto-tracking on[打开自动跟踪]
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|