Skip to content

Commit af61c48

Browse files
authored
update figure title
1 parent 78e9949 commit af61c48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vignettes/slrcsap.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,11 @@ The plot is also a `ggplot()` object and can be modified with additional [ggplot
127127
# Add a title, subtitle and change the theme
128128
plot_scenario(spscenario) +
129129
labs(
130-
title = 'Relative Sea Level Change Predictions',
130+
title = 'Relative Sea Level Change Projections',
131131
subtitle = 'Gauge 8726520, St. Petersburg, FL'
132132
) +
133133
theme_grey() +
134134
theme(legend.position = 'bottom')
135135
```
136136

137-
## References
137+
## References

0 commit comments

Comments
 (0)