Skip to content

Commit

Permalink
funn
Browse files Browse the repository at this point in the history
  • Loading branch information
DSStoffer committed Jan 19, 2025
1 parent cbed022 commit 2b8cdf8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Binary file modified fun_with_astsa/figs/climhyd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions fun_with_astsa/fun_with_astsa.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,12 @@ tsplot(climhyd, ncol=2, gg=TRUE, col=2:7, lwd=2) # another gris-gris plot
```
<img src="figs/climhyd.png" alt="climhyd" width="70%">

Actually that figure has a little more to it ... in version 2.2, you can use `scale` to control the character expansion (`cex`) of the plot so the axis values don't get too small if there are many series being plotted.
So what you see is from this:
```r
climhyd[,5:6] = sqrt(climhyd[,5:6])
tsplot(climhyd, ncol=2, gg=TRUE, col=2:7, lwd=2, scale=.9)
```
<br/>

&#x1F535; Do you like `spaghetti` (you can shorten it to `spag`):
Expand Down

0 comments on commit 2b8cdf8

Please sign in to comment.