raw.symbol(SamplerCompare)
raw.symbol()所属R语言包:SamplerCompare
Locate a symbol
找到一个符号
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Call R_FindSymbol and return function pointer in a raw vector
呼叫R_FindSymbol和返回函数指针的原始向量
用法----------Usage----------
raw.symbol(symbol)
参数----------Arguments----------
参数:symbol
a length one character vector containing a C symbol
一个字符的长度矢量包含了一个C符号
Details
详细信息----------Details----------
This function calls R_FindSymbol(symbol, "", NULL) in C. If the symbol is found, the function pointer is returned as a raw vector. If not, an error is thrown.
这个函数调用R_FindSymbol(symbol, "", NULL)C.如果该符号,函数指针返回的原始向量。如果没有,则会引发错误。
This is intended to be used to fill in context objects for samplers and distributions implemented in C. Exposing this interface in R prevents the need for extra C glue that does nothing except call R_FindSymbol.
被用来填补在上下文对象的采样和分布实施C.这个接口暴露在R,这是为了防止调用“R_FindSymbol,什么也不做,除了需要额外的C胶。
值----------Value----------
A raw vector containing a function pointer.
一个原始的矢量包含一个函数指针。
参见----------See Also----------
wrap.c.sampler, make.c.dist, “R/C Glue in SamplerCompare” (vignette)
wrap.c.sampler,make.c.dist,“R / C胶在SamplerCompare”(暗角)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|