From b936057b5b6fc9864faaea339763d3353fa037fb Mon Sep 17 00:00:00 2001 From: huizezhang-sherry Date: Sat, 17 Jun 2023 00:19:57 +1000 Subject: [PATCH] one more --- vignettes/cb4glyph.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/cb4glyph.Rmd b/vignettes/cb4glyph.Rmd index ea6f9cbf..dae5cd51 100644 --- a/vignettes/cb4glyph.Rmd +++ b/vignettes/cb4glyph.Rmd @@ -25,7 +25,7 @@ library(ggplot2) library(tsibble) ``` -Sometimes, we wish to communicate spatial and temporal information collectively through visualisation. This can be achieved through several graphical displays: one can make faceted maps across time, creating map animations, or constructing interactive graphics to link between map and time series plot. While interactive graphics will be the main focus of vignette [6. Interactive graphics](https://huizezhang-sherry.github.io/cubble/cb6interactive.hml), this vignette will introduce a specific type of spatio-temporal plot called glyph maps. +Sometimes, we wish to communicate spatial and temporal information collectively through visualisation. This can be achieved through several graphical displays: one can make faceted maps across time, creating map animations, or constructing interactive graphics to link between map and time series plot. While interactive graphics will be the main focus of vignette [6. Interactive graphics](https://huizezhang-sherry.github.io/cubble/articles/cb6interactive.hml), this vignette will introduce a specific type of spatio-temporal plot called glyph maps. # Understanding glyph maps