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

R语言 Biobase包 ScalarObject-class()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-25 13:24:59 | 显示全部楼层 |阅读模式
ScalarObject-class(Biobase)
ScalarObject-class()所属R语言包:Biobase

                                        Utility classes for length one (scalar) objects
                                         长度(标)对象的实用工具类

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

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

These classes represent scalar quantities, such as a string or a number and are useful because they provide their own validity checking.  The classes ScalarCharacter, ScalarLogical,  ScalarInteger, and ScalarNumeric all extend their respective base vector types and can be used interchangeably (except they should always have length one).
这些类表示标量,如字符串或数字,是有用的,因为他们提供自己的有效性检查。类ScalarCharacter,ScalarLogical,ScalarInteger,ScalarNumeric所有扩展各自的基向量类型,并可以互换使用(除非他们应该始终有一个长度)。

The mkScalar factory function provides a convenient way of creating Scalar<type> objects (see the examples section below).
mkScalar工厂函数提供了一个方便的方式创建Scalar<type>对象(见下面的例子节)。


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


mkScalar(obj)



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

参数:obj
An object of type character, logical, integer, or double
对象的类型character,logical,integer或double


作者(S)----------Author(s)----------


Seth Falcon



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


v <- list(mkScalar("a single string"),
          mkScalar(1),
          mkScalar(1L),
          mkScalar(TRUE))
sapply(v, class)
sapply(v, length)

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-1-24 14:42 , Processed in 0.024876 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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