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

R语言:asVector()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-16 18:47:40 | 显示全部楼层 |阅读模式
asVector(splines)
asVector()所属R语言包:splines

                                        Coerce an Object to a Vector
                                         强制转换为Vector对象

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

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

This is a generic function.  Methods for this function coerce objects of given classes to vectors.
这是一个通用的功能。这个给定的类,以向量的功能要挟对象的方法。


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


asVector(object)



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

参数:object
An object.
一个对象。


Details

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

Methods for vector coercion in new classes must be created for the asVector generic instead of as.vector.  The as.vector function is internal and not easily extended. Currently the only class with an asVector method is the xyVector class.
必须创建为向量,在新类的胁迫方法,而不是asVectoras.vector通用。 as.vector函数内部,而不是轻易地扩展。目前只有一个asVector方法类xyVector类。


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

a vector
向量


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


Douglas Bates and Bill Venables



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

xyVector
xyVector


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


require(stats)
ispl <- interpSpline( weight ~ height,  women )
pred <- predict(ispl)
class(pred)
utils::str(pred)
asVector(pred)

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-1-24 01:40 , Processed in 0.025726 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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