plotts.wge | R Documentation |
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)
x |
The vector containing the time series realization to be plotted |
style |
If style is 0 then a simple plot of the realization is rendered. If style is 1 then a ggplot is rendered. |
xlab |
A string that represents the x-axis label. |
ylab |
A string that represents the y-axis label. |
main |
A string that represents the main title. |
col |
Color of plot. |
text_size |
Text size. |
lwd |
Line width. |
cex |
See R documentation. |
cex.lab |
See R documentation. |
cex.axis |
See R documentation. |
xlim |
String giving x-axis plot limits. |
ylim |
String giving y-axis plot limits. |
Simply a plot of the realization
Wayne Woodward
"Applied Time Series Analysis with R, 2nd edition" by Woodward, Gray, and Elliott
data(sunspot2.0);plotts.wge(sunspot2.0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.