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

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

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

                                         A function to reverse the role of names and values in a list.
                                         扭转函数列表中的名称和值的作用。

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

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

Given a list with names x and values in a set y this function returns a list with names in y and values in x.
由于集合中的一个名字x和价值观列表y这个函数返回列表y名x和价值观。


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


reverseSplit(inList)



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

参数:inList
A named list with values that are vectors.  
一个是向量的值,命名名单。


Details

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

First the list is unrolled to provide a two long vectors, names are repeated, once for each of their values. Then the names are split by the values.
首先列表中展开提供了两条长长的向量,是重复的名字,一旦他们的价值观。然后的名字是split值。

This turns out to be useful for inverting mappings between one set of  identifiers and an other.
这将是有用的一组标识符和反相之间的映射。


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

A list with length equal to the number of distinct values in the input list and values from the names of the input list.
输入列表中的和值从输入列表中的名称不同值的数量与长度相等的名单。


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


R. Gentleman



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

split
split


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


l1 = list(a=1:4, b=c(2,3), d=c(4,5))
reverseSplit(l1)


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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-1-24 14:33 , Processed in 0.022478 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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