Skip to content

Commit

Permalink
more link
Browse files Browse the repository at this point in the history
  • Loading branch information
huizezhang-sherry committed Jun 17, 2023
1 parent b936057 commit c4df1b3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion vignettes/cb4glyph.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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/articles/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.html), this vignette will introduce a specific type of spatio-temporal plot called glyph maps.


# Understanding glyph maps
Expand Down
3 changes: 0 additions & 3 deletions vignettes/cb6interactive.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ Interactive graphics can be useful when working with spatio-temporal data since
knitr::include_graphics("cluster-diagram/interactive.png")
```


This vignette assumes you have gone through [Get started](cubble.html) and are familiar with basic data wrangling in cubble with `face_temporal()` and `face_spatial()`.

# Variation of diurnal temperature range in Australia

Australia has diverse climate conditions with different temperature patterns across its regions. and different temperature patterns can be observed. We can compute the average maximum and minimum temperature by month at 30 locations sampled from the dataset `climate_aus`. The diurnal temperature range, the difference between the maximum and minimum temperature, has different variations throughout the year. We will use its variance to color the plot. The codes below calculate these variables:
Expand Down

0 comments on commit c4df1b3

Please sign in to comment.