from.pointer.ms(rtfbs)
from.pointer.ms()所属R语言包:rtfbs
MS From Pointer
MS从指针
译者:生物统计家园网 机器人LoveR
描述----------Description----------
RTFBS can store MS objects in R's memory, or C's memory for efficency reasons. This function transforms an MS object whose data is stored in memory on the C side to an MS object whose data is stored on the R side. The result is a new MS object containing data stored in memory on the R side copied from memory on the C side Copying an MS object from C into R enables modification of the MS object using generic R functions. To do the reverse, (copying an MS object from R to C), use the as.pointer.ms function.
RTFBS R的内存可以存储MS的对象,或C的内存效率的置疑原因。此函数变换的MS对象,其数据被存储在存储器上的C侧到一个MS对象,其数据被存储在R侧。其结果是一个新的MS对象,其中包含复制复制MS对象从C到R可以修改的MS使用通用的R函数的对象从内存中的C面的R端存储在内存中的数据。做反向,从R到C复制MS对象,使用as.pointer.ms功能。
用法----------Usage----------
from.pointer.ms(src)
参数----------Arguments----------
参数:src
An MS object stored by reference (pointer.only=TRUE)
一个MS参考对象存储(pointer.only = TRUE)
值----------Value----------
an MS object stored in R. If src is already stored in R, returns the original object.
MS对象存储在R.,如果src已存放在R,返回原来的对象。
(作者)----------Author(s)----------
Nick Peterson
参见----------See Also----------
ms for details on MS storage options.
msMS存储选项的详细信息。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|