-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* My first initial upload * My first commit (or second, im not sure if the first worked) * This is almost final, there will come more but not too many changes (I still want to try and fix the lengend). * Final Version Will double check for spelling errors in the next days. Open for any feedback * Thanks a lot for the inputs. About the annotations: I agree, that it would be nicer to not need to just copy past the ones for the labels down, but when I try to put them in to a variable i get an error. First i thought its caused by the geom_point parts but also just the ones with annotate dont work. I also tried bypassing it by formating them as a list, but this did not work aswell :/. I hope its still allright like this. * some cleanup --------- Co-authored-by: Iñaki Úcar <[email protected]>
- Loading branch information
1 parent
5be85fb
commit 6ccd351
Showing
23 changed files
with
15,244 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
9 changes: 9 additions & 0 deletions
9
_projects/2024/100543010/100543010_files/anchor-4.2.2/anchor.min.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
6 changes: 6 additions & 0 deletions
6
_projects/2024/100543010/100543010_files/bowser-1.9.3/bowser.min.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
744 changes: 744 additions & 0 deletions
744
_projects/2024/100543010/100543010_files/distill-2.2.21/template.v2.js
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file added
BIN
+615 KB
_projects/2024/100543010/100543010_files/figure-html5/unnamed-chunk-10-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+711 KB
_projects/2024/100543010/100543010_files/figure-html5/unnamed-chunk-12-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+698 KB
_projects/2024/100543010/100543010_files/figure-html5/unnamed-chunk-15-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+437 KB
_projects/2024/100543010/100543010_files/figure-html5/unnamed-chunk-5-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+480 KB
_projects/2024/100543010/100543010_files/figure-html5/unnamed-chunk-6-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+538 KB
_projects/2024/100543010/100543010_files/figure-html5/unnamed-chunk-7-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions
12
_projects/2024/100543010/100543010_files/header-attrs-2.29/header-attrs.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
// Pandoc 2.9 adds attributes on both header and div. We remove the former (to | ||
// be compatible with the behavior of Pandoc < 2.8). | ||
document.addEventListener('DOMContentLoaded', function(e) { | ||
var hs = document.querySelectorAll("div.section[class*='level'] > :first-child"); | ||
var i, h, a; | ||
for (i = 0; i < hs.length; i++) { | ||
h = hs[i]; | ||
if (!/^h[1-6]$/i.test(h.tagName)) continue; // it should be a header h1-h6 | ||
a = h.attributes; | ||
while (a.length > 0) h.removeAttribute(a[0].name); | ||
} | ||
}); |
Oops, something went wrong.