From 1b9df40cf0dc43e3f8bd0f338dcf26674df2937b Mon Sep 17 00:00:00 2001 From: Dianne Cook Date: Thu, 1 Aug 2024 14:16:51 +1000 Subject: [PATCH] Update map-in-australia.Rmd typo in vignette code fixed --- vignettes/map-in-australia.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/map-in-australia.Rmd b/vignettes/map-in-australia.Rmd index b185060..b99db8a 100644 --- a/vignettes/map-in-australia.Rmd +++ b/vignettes/map-in-australia.Rmd @@ -85,7 +85,7 @@ ggplot(states) + geom_sf() + geom_point(aes(x = long, y = lat), data = stations) + theme_bw() + - labs(x="Longitude", y="Latitude") + labs(x="Longitude", y="Latitude") + coord_sf() ```