Skip to content

Commit a11a34c

Browse files
committed
add flowmap image to readme
1 parent bbd4c5e commit a11a34c

File tree

4 files changed

+38
-1
lines changed

4 files changed

+38
-1
lines changed

README.Rmd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,7 @@ f_ <- dat$flowvars
4444
summary (lm (dat$p ~ f_))
4545
```
4646

47+
The final flow model looks like this:
48+
49+
![](./man/figures/flowmap.png)
4750

README.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,36 @@ Final result looks like this:
2626
``` r
2727
x <- calc_layer_scales (data_dir, model = "final")
2828
#> ❯ 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+
|
2959
|======================================================================| 100%
3060
#> ✔ Extracted final layers from full network
3161
knitr::kable (x)
@@ -86,3 +116,7 @@ summary (lm (dat$p ~ f_))
86116
#> Multiple R-squared: 0.8594, Adjusted R-squared: 0.8393
87117
#> F-statistic: 42.77 on 14 and 98 DF, p-value: < 2.2e-16
88118
```
119+
120+
The final flow model looks like this:
121+
122+
![](./man/figures/flowmap.png)

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ knith: $(LFILE).Rmd
66
echo "rmarkdown::render('$(LFILE).Rmd',output_file='$(LFILE).html')" | R --no-save -q
77

88
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
1010

1111
open: $(LFILE).html
1212
xdg-open $(LFILE).html &

man/figures/flowmap.png

317 KB
Loading

0 commit comments

Comments
 (0)