.StemEnv(sampSurf)
.StemEnv()所属R语言包:sampSurf
‘Hidden’ Environment for Constants, etc.
“隐藏”常量,环境等
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This environment is used throughout the sampSurf package. Even though it is hidden, it is simply an environment to put "global" variables/parameters in an out of the way place. It is exported from the sampSurf namespace, so you can access any objects within it.
这样的环境中使用的sampSurf包。即使它是隐藏的,它是一个简单的环境,把“全球性”的方式,在一个偏僻地方的变量/参数。出口sampSurf命名空间,这样你就可以访问它的任何对象。
(作者)----------Author(s)----------
Jeffrey H. Gove
实例----------Examples----------
require(sampSurf)
ls(.StemEnv)
.StemEnv$sampleLogsNames
get('wbTaper', envir=.StemEnv)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|