Skip to content

Commit

Permalink
minor edit to vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
fawda123 committed Nov 22, 2023
1 parent 13fe5cf commit 71b3bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/introduction.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ As before, adding an argument for `metfun` to `show_trndseason()` will plot resu
show_trndseason(mod, metfun = max, nsim = 100, doystr = 90, doyend = 180, justify = 'left', win = 5, ylab = 'Chl. change/yr, maximum')
```

For additional visual clarity, the significant results in `show_sumtrndseason()` can be shown with different shapes indicating the direction of the trend using `usearrow = T`. This may be useful if significant trends are near the zero line.
For additional visual clarity, the significant results in `show_trndseason()` can be shown with different shapes indicating the direction of the trend using `usearrow = T`. This may be useful if the direction of significant trends near the zero line are difficult to determine (not in the below example).

```{r, fig.height = 5, fig.width = 9, echo = T}
show_trndseason(mod, metfun = max, nsim = 100, doystr = 90, doyend = 180, justify = 'left', win = 5, ylab = 'Chl. change/yr, maximum', usearrow = T)
Expand Down

0 comments on commit 71b3bce

Please sign in to comment.