fromtoby(simecol)
fromtoby()所属R语言包:simecol
Create Regular Sequence from 'from-to-by' Vector
创建正则序列“到通过”矢量
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function creates a sequence from named vectors with the names from, to and by.
这个函数创建一个序列的名字命名的向量from,to和by。
用法----------Usage----------
fromtoby(times)
参数----------Arguments----------
参数:times
A named vector with the names from, to and by.
的名字命名的矢量from,to和by。
Details
----------Details----------
Named vectors with from, to and by can be used in simecol to specify time steps.
命名向量from,to和by可以使用simecol到指定的时间步长。
值----------Value----------
The appropriate vector with a sequence, generated by seq.
相应的向量序列,所产生的seq。
参见----------See Also----------
seq
seq
实例----------Examples----------
times <- c(from=1, to=5, by=0.1)
fromtoby(times)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|