poincare(RTisean)
poincare()所属R语言包:RTisean
Poincare section
庞加莱截面
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Makes a Poincare section for time continuous scalar data sets along one
做一个时间连续的标量数据集庞加莱截面沿一个
用法----------Usage----------
poincare(series, l, x = 0, c = 1, m = 2, d = 1, q, C = 0, a)
参数----------Arguments----------
参数:series
a vector or a matrix.
的矢量或矩阵。
参数:l
number of data to use.
要使用的数据的数量。
参数:x
number of lines to be ignored.
的行数被忽略。
参数:c
column to be read.
要读取的列。
参数:m
embedding dimension.
嵌入维数。
参数:d
delay.
延迟。
参数:q
component for the crossing.
十字路口的组成部分。
参数:C
direction of the crossing (0: from below, 1: from above).
方向的路口(0:从下面1:从上面)。
参数:a
position of the crossing.
道口的位置。
值----------Value----------
A matrix containing m columns for each cut. The first m-1 columns store the cohordinates of the vector at the crossing, the last one stores
m切为每列的矩阵。第一个m-1列存储的向量在cohordinates,道口,最后一个存储
参考文献----------References----------
实例----------Examples----------
## Not run: [#不运行:]
library(tseriesChaos)
dat <- rossler.ts
poincsect <- poincare(dat,a=1)
plot(poincsect,main="Poincare' section of Rossler data", xlab="Data cohordinates at the crossing",
ylab="Time between the last two crossings")
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|