plotSeasFac(x12)
plotSeasFac()所属R语言包:x12
~~ Methods for Function plotSeasFac in Package x12 ~~
~~方法的功能plotSeasFac在包装X12~~
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Seasonal factor plots with function plotSeasFac in package x12.
季节性因素图与功能plotSeasFac包x12。
用法----------Usage----------
## S4 method for signature 'x12Output'
plotSeasFac(x,SI_Ratios=TRUE, ylab="Value", xlab="",
lwd_seasonal=1, col_seasonal="black", lwd_mean=1, col_mean="blue", col_siratio="darkgreen",
col_replaced="red", cex_siratio=.9, cex_replaced=.9, SI_Ratios_replaced=TRUE, plot_legend=TRUE, ...)
## S4 method for signature 'x12Single'
plotSeasFac(x,SI_Ratios=TRUE, ylab="Value", xlab="",
lwd_seasonal=1, col_seasonal="black", lwd_mean=1, col_mean="blue", col_siratio="darkgreen",
col_replaced="red", cex_siratio=.9, cex_replaced=.9, SI_Ratios_replaced=TRUE, plot_legend=TRUE, ...)
参数----------Arguments----------
参数:x
object of class x12Output-class or x12Single-class.
对象的类x12Output-class或x12Single-class。
参数:SI_Ratios
logical specifying if the SI ratios should be plotted.
逻辑指定,如果SI比例绘制。
参数:ylab
label of the y-axis.
标签的y轴。
参数:xlab
label of the x-axis.
的x-轴的标签。
参数:lwd_seasonal
line width of the seasonal factors.
直线宽度季节性因素。
参数:col_seasonal
color of the seasonal factors.
颜色的季节性因素影响。
参数:lwd_mean
line width of the mean.
的平均线宽度。
参数:col_mean
color of the mean.
颜色的意思。
参数:col_siratio
color of the SI ratios.
色的SI比率。
参数:col_replaced
color of the replaced SI ratios.
颜色的替换的SI比率。
参数:cex_siratio
magnification factor for the size of the symbols used for plotting the SI ratios.
用于绘制的SI比率所使用的符号的大小的倍率。
参数:cex_replaced
magnification factor for the size of the symbols used for plotting the replaced SI ratios.
倍率的大小,所用的符号用于绘制的替换的SI比率。
参数:SI_Ratios_replaced
logical specifying if the replaced SI ratios should be plotted.
逻辑规定,如果被替换的的SI比例应绘制。
参数:plot_legend
logical specifying if a legend should be plotted.
逻辑指定是否应绘制一个传奇。
参数:...
ignored.
忽略不计。
方法----------Methods----------
(作者)----------Author(s)----------
Alexander Kowarik, Angelika Meraner
参见----------See Also----------
X12, plot, plotSpec, plotRsdAcf
X12,plot,plotSpec,plotRsdAcf
实例----------Examples----------
## Not run: [#不运行:]
s <- new("x12Single",ts=AirPassengers,tsName="air")
s <- setP(s,list(estimate=TRUE,regvariables="AO1950.1",outlier="all",critical=list(LS=3.5,TC=2.5),backcast_years=1/2))
s <- X12(s)
#w/o outliers[W / O异常值]
plot(s@x12Output,sa=TRUE,trend=TRUE,original=FALSE)
plot(s)
#with (all) outliers[(全部)异常值]
plot(s,showAllout=TRUE,sa=TRUE,trend=TRUE,log_transform=TRUE,lwd_out=1,pch_ao=4)
plot(s,showAllout=TRUE,sa=TRUE,trend=TRUE,original=FALSE,showAlloutLines=TRUE,col_tc="purple")#,log_transform=TRUE)#,lwd_out=3)[log_transform = TRUE),lwd_out = 3)]
#with showOut[与showOut]
plot(s,showOut="AO1960.Jun",sa=FALSE,trend=FALSE,annComp=TRUE,log_transform=TRUE)
plot(s,showOut="AO1958.Mar",sa=TRUE,trend=TRUE,annComp=TRUE,annCompTrend=FALSE)
plot(s,showOut="AO1950.Jun",annComp=FALSE,cex_out=3,pch_ao=19,col_ao="orange")
plot(s,showOut="TC1954.Feb")
plot(s,showOut="TC1954.Feb",col_tc="green3")
#w/o legend[W / O传说]
plot(s,showAllout=TRUE,plot_legend=FALSE)
plot(s,plot_legend=FALSE)
plot(s,showOut="AO1950.1",plot_legend=FALSE,lwd_out=2,col_ao="purple")
plot(s,showOut="TC1954.Feb",col_tc="orange",col_ao="magenta",plot_legend=FALSE)
plot(s,showOut="AO1950.1",col_tc="orange",col_ao="magenta",plot_legend=FALSE)
#Forecasts & Backcasts[预测与Backcasts]
plot(s,forecast=TRUE)
plot(s,backcast=TRUE,showLine=TRUE)
plot(s,backcast=TRUE,forecast=TRUE,showCI=FALSE)
plot(s,forecast=TRUE,points_fc=TRUE,col_fc="purple",lty_fc=2,lty_original=3,lwd_fc=0.9,lwd_ci=2)
plot(s,sa=TRUE,plot_legend=FALSE)
#Seasonal Factors and SI Ratios[季节性因素及SI比率]
plotSeasFac(s)
#Spectra[光谱]
plotSpec(s)
plotSpec(s,highlight=FALSE)
#Autocorrelations of the Residuals[残差自相关性]
plotRsdAcf(s)
plotRsdAcf(s,col_acf="black",lwd_acf=1)
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|