autotriples.rgl(tsDyn)
autotriples.rgl()所属R语言包:tsDyn
Interactive trivariate time series plots
互动三元的时间序列图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Interactive trivariate time series plots
互动三元的时间序列图
用法----------Usage----------
autotriples.rgl(x, lags=1:2, type=c("lines", "points"))
参数----------Arguments----------
参数:x
time series
时间序列
参数:lags
vector of regressors lags
向量的回归系数滞后
参数:type
type of plot: contour levels, perspective plots, image
图类型:等高线的水平,透视图,图像
Details
详细信息----------Details----------
This function displays interactive trivariate time series plots x[t-lags[1]], x[t-lags[2]] against x[t] using the interactive rgl device.
此功能显示互动三元的时间序列图x[t-lags[1]], x[t-lags[2]]反对x[t]使用的互动rgl设备。
值----------Value----------
None. A plot is produced on the current rgl device.
无。有一个图是在当前的的rgl设备。
(作者)----------Author(s)----------
Wrapper to 'sm' and GUI by Antonio, Fabio Di Narzo
参见----------See Also----------
autotriples for 3d visualization via scatterplot3d package and for kernel post-processing of the cloud for nonparametric autoregression functions estimates.
autotriples通过scatterplot3d包和内核处理后的非参数自回归函数估计的云的三维可视化。
实例----------Examples----------
if(interactive())
autotriples.rgl(log(lynx))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|