Skip to content

Commit 85734eb

Browse files
committed
v2.4
2025-10-10 13:31:16
1 parent 5c51593 commit 85734eb

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

astsa_2.4.tar.gz

-37 Bytes
Binary file not shown.

astsa_build/man/tsplot.Rd

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,15 +139,13 @@ D.S. Stoffer
139139
tsplot(soi)
140140
# prettified
141141
tsplot(soi, col=4, gg=TRUE, main="Southern Oscillation Index")
142-
# spaces
143-
tsplot(soi, ylab='SOI', xlab='Month', margins=c(2,3,4,5), las=1, mgpp=c(1.4,.4,0))
144142

145143

146144
# gris-gris multiple plot
147-
tsplot(climhyd, ncolm=2, gg=TRUE, col=2:7, lwd=2)
145+
tsplot(diff(log(econ5)), ncolm=2, gg=TRUE, col=2:6, lwd=2, main='Growth Rates')
148146

149147

150-
# gris-gris multiple plot (alternate view)
148+
# another gris-gris multiple plot
151149
# plotting is row-wise unless byrow=FALSE is included
152150
tsplot(climhyd, ncolm=2, gg=TRUE, col=2:7, lwd=2, xlab=c(rep(NA,4), rep('Time',2)),
153151
scale=.85, ylab=NA, title=colnames(climhyd), las=1)

0 commit comments

Comments
 (0)