vignetteCode-class(DynDoc)
vignetteCode-class()所属R语言包:DynDoc
Class "vignetteCode"
类“vignetteCode”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This class represents the code chunks and other related information from a vignette file. It also provides for the ability to
这个类表示的代码块,从一个小插曲文件和其他相关信息。它还提供能力
类的对象----------Objects from the Class----------
Objects can be created by calls of the form new("vignetteCode", ...) Also, a helper function getVignetteCode is provided that will do all of the dirty work required to retrieve a vignetteCode object
可以创建对象的形式new("vignetteCode", ...)此外,一个辅助函数getVignetteCode会做所有肮脏的工作需要检索一个vignetteCode对象提供的呼叫
插槽----------Slots----------
chunkList: Object of class "chunkList" Holds
chunkList:"chunkList"类的对象举行
path: Object of class "character" The path of
path类"character"路径对象
vigPackage: Object of class "character" The
vigPackage类"character":对象
depends: Object of class "character" Any
depends类"character"任何对象
evalEnv: Object of class "environment" An
类的对象evalEnv:"environment"
方法----------Methods----------
show signature(object = "vignetteCode"): Displays
显示signature(object = "vignetteCode"):显示
chunkList signature(object = "vignetteCode"):
chunkListsignature(object = "vignetteCode"):
chunks signature(object = "vignetteCode"): Retrieves the actual code chunks (not wrapped by the chunkList
块signature(object = "vignetteCode"):检索实际的代码块(不裹chunkList
getDepends signature(object = "vignetteCode"): Returns
getDependssignature(object = "vignetteCode"):返回
evalChunk signature(object = "vignetteCode",pos="numeric"): Will evaulate the specified code
evalChunksignature(object = "vignetteCode",pos="numeric"):,将evaulate指定代码
evalEnv signature(object = "vignetteCode"): Returns
evalEnvsignature(object = "vignetteCode"):返回
getChunk signature(object = "vignetteCode",pos="numeric"): Returns the codeChunk
使用GetChunksignature(object = "vignetteCode",pos="numeric"):返回codeChunk
numChunks signature(object = "vignetteCode"): Returns
numChunkssignature(object = "vignetteCode"):返回
vigPackage signature(object = "vignetteCode"): Returns
vigPackagesignature(object = "vignetteCode"):返回
path signature(object = "vignetteCode"): Returns the
路径signature(object = "vignetteCode"):返回
setChunk<- signature(object = "vignetteCode",pos="numeric", value="character"): Resets the code chunk specified by pos to contain the code specified
setChunk < - signature(object = "vignetteCode",pos="numeric", value="character"):重置代码块指定pos包含的代码中指定
summary signature(object = "vignetteCode"): A less
摘要signature(object = "vignetteCode"):
作者(S)----------Author(s)----------
Jeff Gentry
参见----------See Also----------
Sweave, getVignetteCode,
Sweave,getVignetteCode
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|