File tree Expand file tree Collapse file tree 4 files changed +38
-1
lines changed Expand file tree Collapse file tree 4 files changed +38
-1
lines changed Original file line number Diff line number Diff line change @@ -44,4 +44,7 @@ f_ <- dat$flowvars
44
44
summary (lm (dat$p ~ f_))
45
45
```
46
46
47
+ The final flow model looks like this:
48
+
49
+ ![ ] ( ./man/figures/flowmap.png )
47
50
Original file line number Diff line number Diff line change @@ -26,6 +26,36 @@ Final result looks like this:
26
26
``` r
27
27
x <- calc_layer_scales (data_dir , model = " final" )
28
28
# > ❯ Extracting final layers from full network:
29
+ # >
30
+ |
31
+ | | 0 %
32
+ |
33
+ | ===== | 7 %
34
+ |
35
+ | ========== | 14 %
36
+ |
37
+ | =============== | 21 %
38
+ |
39
+ | ==================== | 29 %
40
+ |
41
+ | ========================= | 36 %
42
+ |
43
+ | ============================== | 43 %
44
+ |
45
+ | =================================== | 50 %
46
+ |
47
+ | ======================================== | 57 %
48
+ |
49
+ | ============================================= | 64 %
50
+ |
51
+ | ================================================== | 71 %
52
+ |
53
+ | ======================================================= | 79 %
54
+ |
55
+ | ============================================================ | 86 %
56
+ |
57
+ | ================================================================= | 93 %
58
+ |
29
59
| ====================================================================== | 100 %
30
60
# > ✔ Extracted final layers from full network
31
61
knitr :: kable (x )
@@ -86,3 +116,7 @@ summary (lm (dat$p ~ f_))
86
116
# > Multiple R-squared: 0.8594, Adjusted R-squared: 0.8393
87
117
# > F-statistic: 42.77 on 14 and 98 DF, p-value: < 2.2e-16
88
118
```
119
+
120
+ The final flow model looks like this:
121
+
122
+ ![ ] ( ./man/figures/flowmap.png )
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ knith: $(LFILE).Rmd
6
6
echo " rmarkdown::render('$( LFILE) .Rmd',output_file='$( LFILE) .html')" | R --no-save -q
7
7
8
8
knitr : $(LFILE ) .Rmd
9
- echo " rmarkdown::render('$( LFILE) .Rmd',rmarkdown::md_document(variant='markdown_github '))" | R --no-save -q
9
+ echo " rmarkdown::render('$( LFILE) .Rmd',rmarkdown::md_document(variant='gfm '))" | R --no-save -q
10
10
11
11
open : $(LFILE ) .html
12
12
xdg-open $(LFILE ) .html &
You can’t perform that action at this time.
0 commit comments