powered by
Given a realization contained in a vector, this function plots it as a time series realization
plotts.wge(x,style = 0, xlab = "Time", ylab = "",main="",col='black',text_size=12, lwd=0.75,cex=0.5,cex.lab=0.75,cex.axis=0.75,xlim=NULL,ylim=NULL)
Simply a plot of the realization
The vector containing the time series realization to be plotted
If style is 0 then a simple plot of the realization is rendered. If style is 1 then a ggplot is rendered.
A string that represents the x-axis label.
A string that represents the y-axis label.
A string that represents the main title.
Color of plot.
Text size.
Line width.
See R documentation.
String giving x-axis plot limits.
String giving y-axis plot limits.
Wayne Woodward
"Applied Time Series Analysis with R, 2nd edition" by Woodward, Gray, and Elliott
data(sunspot2.0);plotts.wge(sunspot2.0)
Run the code above in your browser using DataLab