找回密码
 注册
查看: 1571|回复: 0

R语言 rJava包 jsimplify()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-22 20:53:54 | 显示全部楼层 |阅读模式
jsimplify(rJava)
jsimplify()所属R语言包:rJava

                                         Converts Java object to a simple scalar if possible
                                         一个简单的标量转换成Java对象,如果可能的话

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

.jsimplify attempts to convert Java objects that represent simple scalars into corresponding scalar representation in R.
.jsimplify尝试Java对象表示简单的标量转换成相应的标量表示在R


用法----------Usage----------


.jsimplify(o)



参数----------Arguments----------

参数:o
arbitrary object
任意对象


Details

详情----------Details----------

If o is not a Java object reference, o is returned as-is. If o is a reference to a scalar object (such as single integer, number, string or boolean) then the value of that object is returned as R vector of the corresponding type and length one.
o如果不是一个Java对象的引用,o返回原样。 o如果是一个标量对象的引用(如单个整数,数字,字符串或布尔),然后返回该对象的值是相应的类型和长度为一向量为R。

This function is used by .jfield to simplify the results of field access if required.
此功能用于.jfield简化字段访问的结果,如果需要。

Currently there is no function inverse to this, the usual way to wrap scalar values in Java references is to use .jnew as the corresponding constructor.
目前还没有到这个函数的逆,包装在Java中引用标值通常的方法是使用.jnew相应的构造。


值----------Value----------

Simple scalar or o unchanged.
简单的标量或o不变。


参见----------See Also----------

.jfield
.jfield


举例----------Examples----------


## Not run: [#无法运行:]
i <- .jnew("java/lang/Integer", as.integer(10))
print(i)
print(.jsimplify(i))

## End(Not run)[#结束(不运行)]

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2025-1-22 19:11 , Processed in 0.019394 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表