Skip to content

Commit 6e07944

Browse files
author
mae
committed
new shiny plots
described and linked
1 parent 8524158 commit 6e07944

File tree

8 files changed

+22
-22
lines changed

8 files changed

+22
-22
lines changed

content/notebooks/2021-02-21-shiny-apps-with-gnip-data/index.Rmd

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ This is a collection of links to basic Shiny apps using data from the [Global Ne
1919

2020
## Level 0
2121

22-
My first app uses the RStudio sample Shiny code to create an adjustable histogram, with data from GNIP instead of "Old Faithful" sample data. This demonstrates a deployed app using data from a .csv included in the app folder.
22+
My very first app uses the RStudio sample Shiny code to create an adjustable histogram, with data from GNIP instead of "Old Faithful" sample data. This demonstrates a deployed app using data from a .csv included in the app folder.
2323

2424
[See histogram with a single variable](https://saslaw.shinyapps.io/GNIP-Level0/)
2525

26-
## Level 1
26+
## Time series and x-y
2727

28-
I created an app to display the data in a table. There are widgets for filtering the data but they aren't implemented. The formatting of this page for viewing data could be improved.
28+
After trying out a few more basic concepts, I wrote this app using ggplot code from my previous post. Users can filter by country and date range, choose a y-axis for a time series plot, and choose axis variables for an x-y plot.
2929

30-
[See data table](https://saslaw.shinyapps.io/GNIP-table/)
30+
[See customizable plots](https://saslaw.shinyapps.io/GNIP-ggplot/)

content/notebooks/2021-02-21-shiny-apps-with-gnip-data/index.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
<p>This is a collection of links to basic Shiny apps using data from the <a href="http://www-naweb.iaea.org/napc/ih/IHS_resources_gnip.html">Global Networks of Isotopes in Precipitaion (IAEA/WMO, 2020)</a>. Apps are hosted on <a href="shinyapps.io">shinyapps.io</a>, and some of the code can be found across <a href="https://github.com/saslaw/">my GitHub repos</a>.</p>
1717
<div id="level-0" class="section level2">
1818
<h2>Level 0</h2>
19-
<p>My first app uses the RStudio sample Shiny code to create an adjustable histogram, with data from GNIP instead of “Old Faithful” sample data. This demonstrates a deployed app using data from a .csv included in the app folder.</p>
19+
<p>My very first app uses the RStudio sample Shiny code to create an adjustable histogram, with data from GNIP instead of “Old Faithful” sample data. This demonstrates a deployed app using data from a .csv included in the app folder.</p>
2020
<p><a href="https://saslaw.shinyapps.io/GNIP-Level0/">See histogram with a single variable</a></p>
2121
</div>
22-
<div id="level-1" class="section level2">
23-
<h2>Level 1</h2>
24-
<p>I created an app to display the data in a table. There are widgets for filtering the data but they aren’t implemented. The formatting of this page for viewing data could be improved.</p>
25-
<p><a href="https://saslaw.shinyapps.io/GNIP-table/">See data table</a></p>
22+
<div id="time-series-and-x-y" class="section level2">
23+
<h2>Time series and x-y</h2>
24+
<p>After trying out a few more basic concepts, I wrote this app using ggplot code from my previous post. Users can filter by country and date range, choose a y-axis for a time series plot, and choose axis variables for an x-y plot.</p>
25+
<p><a href="https://saslaw.shinyapps.io/GNIP-ggplot/">See customizable plots</a></p>
2626
</div>

public/categories/tech/index.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<guid>https://saslaw.github.io/notebooks/shiny-apps-with-gnip-data/</guid>
1616
<description>(in progress)
1717
This is a collection of links to basic Shiny apps using data from the Global Networks of Isotopes in Precipitaion (IAEA/WMO, 2020). Apps are hosted on shinyapps.io, and some of the code can be found across my GitHub repos.
18-
Level 0 My first app uses the RStudio sample Shiny code to create an adjustable histogram, with data from GNIP instead of “Old Faithful” sample data. This demonstrates a deployed app using data from a .</description>
18+
Level 0 My very first app uses the RStudio sample Shiny code to create an adjustable histogram, with data from GNIP instead of “Old Faithful” sample data. This demonstrates a deployed app using data from a .</description>
1919
</item>
2020

2121
<item>

public/index.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<guid>https://saslaw.github.io/notebooks/shiny-apps-with-gnip-data/</guid>
1616
<description>(in progress)
1717
This is a collection of links to basic Shiny apps using data from the Global Networks of Isotopes in Precipitaion (IAEA/WMO, 2020). Apps are hosted on shinyapps.io, and some of the code can be found across my GitHub repos.
18-
Level 0 My first app uses the RStudio sample Shiny code to create an adjustable histogram, with data from GNIP instead of “Old Faithful” sample data. This demonstrates a deployed app using data from a .</description>
18+
Level 0 My very first app uses the RStudio sample Shiny code to create an adjustable histogram, with data from GNIP instead of “Old Faithful” sample data. This demonstrates a deployed app using data from a .</description>
1919
</item>
2020

2121
<item>

public/notebooks/index.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<guid>https://saslaw.github.io/notebooks/shiny-apps-with-gnip-data/</guid>
1616
<description>(in progress)
1717
This is a collection of links to basic Shiny apps using data from the Global Networks of Isotopes in Precipitaion (IAEA/WMO, 2020). Apps are hosted on shinyapps.io, and some of the code can be found across my GitHub repos.
18-
Level 0 My first app uses the RStudio sample Shiny code to create an adjustable histogram, with data from GNIP instead of “Old Faithful” sample data. This demonstrates a deployed app using data from a .</description>
18+
Level 0 My very first app uses the RStudio sample Shiny code to create an adjustable histogram, with data from GNIP instead of “Old Faithful” sample data. This demonstrates a deployed app using data from a .</description>
1919
</item>
2020

2121
<item>

public/notebooks/shiny-apps-with-gnip-data/index.Rmd

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ This is a collection of links to basic Shiny apps using data from the [Global Ne
1919

2020
## Level 0
2121

22-
My first app uses the RStudio sample Shiny code to create an adjustable histogram, with data from GNIP instead of "Old Faithful" sample data. This demonstrates a deployed app using data from a .csv included in the app folder.
22+
My very first app uses the RStudio sample Shiny code to create an adjustable histogram, with data from GNIP instead of "Old Faithful" sample data. This demonstrates a deployed app using data from a .csv included in the app folder.
2323

2424
[See histogram with a single variable](https://saslaw.shinyapps.io/GNIP-Level0/)
2525

26-
## Level 1
26+
## Time series and x-y
2727

28-
I created an app to display the data in a table. There are widgets for filtering the data but they aren't implemented. The formatting of this page for viewing data could be improved.
28+
After trying out a few more basic concepts, I wrote this app using ggplot code from my previous post. Users can filter by country and date range, choose a y-axis for a time series plot, and choose axis variables for an x-y plot.
2929

30-
[See data table](https://saslaw.shinyapps.io/GNIP-table/)
30+
[See customizable plots](https://saslaw.shinyapps.io/GNIP-ggplot/)

public/notebooks/shiny-apps-with-gnip-data/index.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -200,13 +200,13 @@ <h4 class="date">2021-02-21</h4>
200200
<p>This is a collection of links to basic Shiny apps using data from the <a href="http://www-naweb.iaea.org/napc/ih/IHS_resources_gnip.html">Global Networks of Isotopes in Precipitaion (IAEA/WMO, 2020)</a>. Apps are hosted on <a href="shinyapps.io">shinyapps.io</a>, and some of the code can be found across <a href="https://github.com/saslaw/">my GitHub repos</a>.</p>
201201
<div id="level-0" class="section level2">
202202
<h2>Level 0</h2>
203-
<p>My first app uses the RStudio sample Shiny code to create an adjustable histogram, with data from GNIP instead of “Old Faithful” sample data. This demonstrates a deployed app using data from a .csv included in the app folder.</p>
203+
<p>My very first app uses the RStudio sample Shiny code to create an adjustable histogram, with data from GNIP instead of “Old Faithful” sample data. This demonstrates a deployed app using data from a .csv included in the app folder.</p>
204204
<p><a href="https://saslaw.shinyapps.io/GNIP-Level0/">See histogram with a single variable</a></p>
205205
</div>
206-
<div id="level-1" class="section level2">
207-
<h2>Level 1</h2>
208-
<p>I created an app to display the data in a table. There are widgets for filtering the data but they aren’t implemented. The formatting of this page for viewing data could be improved.</p>
209-
<p><a href="https://saslaw.shinyapps.io/GNIP-table/">See data table</a></p>
206+
<div id="time-series-and-x-y" class="section level2">
207+
<h2>Time series and x-y</h2>
208+
<p>After trying out a few more basic concepts, I wrote this app using ggplot code from my previous post. Users can filter by country and date range, choose a y-axis for a time series plot, and choose axis variables for an x-y plot.</p>
209+
<p><a href="https://saslaw.shinyapps.io/GNIP-ggplot/">See customizable plots</a></p>
210210
</div>
211211

212212

public/tags/r/index.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<guid>https://saslaw.github.io/notebooks/shiny-apps-with-gnip-data/</guid>
1616
<description>(in progress)
1717
This is a collection of links to basic Shiny apps using data from the Global Networks of Isotopes in Precipitaion (IAEA/WMO, 2020). Apps are hosted on shinyapps.io, and some of the code can be found across my GitHub repos.
18-
Level 0 My first app uses the RStudio sample Shiny code to create an adjustable histogram, with data from GNIP instead of “Old Faithful” sample data. This demonstrates a deployed app using data from a .</description>
18+
Level 0 My very first app uses the RStudio sample Shiny code to create an adjustable histogram, with data from GNIP instead of “Old Faithful” sample data. This demonstrates a deployed app using data from a .</description>
1919
</item>
2020

2121
<item>

0 commit comments

Comments
 (0)