Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 40af0ae

Browse files
committed
Merge in hard-coded shiny stuff ONLY. Otherwise, conflict hell.
1 parent 12c60e2 commit 40af0ae

File tree

6 files changed

+106
-0
lines changed

6 files changed

+106
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"has_thumbnail": false,
3+
"name": "Getting Started with Shiny and Plotly",
4+
"relative_url": "shiny-tutorial"
5+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"languages": [
3+
"ggplot2"
4+
],
5+
"name": "Shiny Example Placeholder"
6+
}
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"layout": {
3+
"xaxis": {
4+
"title": "$\\sqrt{(n_\\text{c}(t|{T_\\text{early}}))}$"
5+
},
6+
"yaxis": {
7+
"title": "$d, r \\text{ (solar radius)}$"
8+
}
9+
},
10+
"data": [
11+
{
12+
"y": [
13+
1,
14+
4,
15+
9,
16+
16
17+
],
18+
"x": [
19+
1,
20+
2,
21+
3,
22+
4
23+
],
24+
"name": "$\\alpha_{1c} = 352 \\pm 11 \\text{ km s}^{-1}$"
25+
},
26+
{
27+
"y": [
28+
0.5,
29+
2,
30+
4.5,
31+
8
32+
],
33+
"x": [
34+
1,
35+
2,
36+
3,
37+
4
38+
],
39+
"name": "$\\beta_{1c} = 25 \\pm 11 \\text{ km s}^{-1}$"
40+
}
41+
]
42+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"has_thumbnail": false,
3+
"name": "Getting Started with Shiny and Plotly",
4+
"relative_url": "shiny-tutorial"
5+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"languages": [
3+
"r"
4+
],
5+
"name": "Shiny Example Placeholder"
6+
}
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"layout": {
3+
"xaxis": {
4+
"title": "$\\sqrt{(n_\\text{c}(t|{T_\\text{early}}))}$"
5+
},
6+
"yaxis": {
7+
"title": "$d, r \\text{ (solar radius)}$"
8+
}
9+
},
10+
"data": [
11+
{
12+
"y": [
13+
1,
14+
4,
15+
9,
16+
16
17+
],
18+
"x": [
19+
1,
20+
2,
21+
3,
22+
4
23+
],
24+
"name": "$\\alpha_{1c} = 352 \\pm 11 \\text{ km s}^{-1}$"
25+
},
26+
{
27+
"y": [
28+
0.5,
29+
2,
30+
4.5,
31+
8
32+
],
33+
"x": [
34+
1,
35+
2,
36+
3,
37+
4
38+
],
39+
"name": "$\\beta_{1c} = 25 \\pm 11 \\text{ km s}^{-1}$"
40+
}
41+
]
42+
}

0 commit comments

Comments
 (0)