-
Notifications
You must be signed in to change notification settings - Fork 0
/
01a-showcase.Rmd
47 lines (32 loc) · 1.93 KB
/
01a-showcase.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
## Showcase
With a few hours practice you can write impressive dashboards in a few lines of R code. Then, they can be posted online, for free (in fact, this whole tutorial is a dashboard written in R code!). We don't have time to make dashboards today, but here are some of our favourite examples.
For fun examples, check out:
* this analysis of what it's like
[to live in the lego world](https://shiny.rstudio.com/gallery/lego-world.html),
<iframe class="showcase" src="https://shiny.rstudio.com/gallery/lego-world.html">
</iframe>
* this [hex memory game](https://shiny.rstudio.com/gallery/hex-memory.html),
<iframe class="showcase" src="https://shiny.rstudio.com/gallery/hex-memory.html">
</iframe>
* this tool to find the most similar players in
[pro evolution soccer 2019](https://shiny.rstudio.com/gallery/soccer-player-similarity.html),
<iframe class="showcase" src="https://shiny.rstudio.com/gallery/soccer-player-similarity.html">
</iframe>
* or this
[t-SNE high dimensional pokemon visualiser](https://jkunst.com/flexdashboard-highcharter-examples/pokemon/)
<iframe class="showcase" src="https://jkunst.com/flexdashboard-highcharter-examples/pokemon/">
</iframe>
For more serious examples:
* look at this map of
[the blood banks in India](https://shiny.rstudio.com/gallery/india-blood-banks.html),
<iframe class="showcase" src="https://shiny.rstudio.com/gallery/india-blood-banks.html">
</iframe>
* this [3D and 4D brain MRI viewer](https://shiny.rstudio.com/gallery/mri-images.html),
<iframe class="showcase" src="https://shiny.rstudio.com/gallery/mri-images.html">
</iframe>
* this [New Zealand trade intelligence tool](https://shiny.rstudio.com/gallery/nz-trade-dash.html),
<iframe class="showcase" src="https://shiny.rstudio.com/gallery/nz-trade-dash.html">
</iframe>
* and this [tool for studying human physiology](https://dgranjon.shinyapps.io/entry_level/).
<iframe class="showcase" src="https://dgranjon.shinyapps.io/entry_level/">
</iframe>