henon(RTisean)
henon()所属R语言包:RTisean
Henon Model
HENON型号
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Creates a time series from the Henon model.
创建时间序列从HENON模型。
用法----------Usage----------
henon(l = -1, A = 1.4, B = 0.3, X = -1, Y = -1, x = 10000)
参数----------Arguments----------
参数:l
length of the time series.
长度的时间序列。
参数:A
parameter a of henon model.
参数的Henon模型。
参数:B
parameter b of henon model.
参数b HENON模型。
参数:X
initial x cohordinate.
初始x cohordinate。
参数:Y
initial y cohordinate.
初始y cohordinate。
参数:x
number of transients discarded.
数的瞬态丢弃。
值----------Value----------
A matrix containing the two-dimensional time series.
含A矩阵的两维时间序列。
实例----------Examples----------
## Not run: [#不运行:]
dat <- henon(l=10000,X=0.1,Y=0.2)
plot(dat, xlab="x(t)",ylab="y(t)", main="Henon Chaotic Attractor")
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|