merge a few edits
Compare changes
Some changes are not shown
For a faster browsing experience, some files are collapsed by default.
- B.Anderson authored
fixed bib (was absent); html no longer self-contained so plots exist seperately; floating ToC still broken in html (why?); pdf fails (probabky table too big)
+ 28
− 25
@@ -9,25 +9,24 @@ author: '`r params$authors`'
@@ -73,8 +72,12 @@ Loaded data from `r dFile`... (using drake)
@@ -82,8 +85,8 @@ Check data prep worked OK.
@@ -104,7 +107,7 @@ message("So we have ", tidyNum(nrow(origDataDT) - nrow(uniqDataDT)), " duplicate
@@ -114,7 +117,7 @@ So we remove the duplicates...
@@ -131,7 +134,7 @@ Is that what we expect?
@@ -148,7 +151,7 @@ This is not good. There are both gaps (missing days) and partial days. **Lots**
@@ -167,7 +170,7 @@ That really doesn't look too good. There are some very odd fluctuations in there
@@ -183,7 +186,7 @@ Missing data is even more clearly visible.
@@ -213,7 +216,7 @@ summary(dateTimesDT)
@@ -224,7 +227,7 @@ No. As we suspected from the previous plots, we clearly have some dateTimes wher
@@ -240,7 +243,7 @@ Oh yes. After 2003. Why?
@@ -251,7 +254,7 @@ ggplot2::ggplot(plotDT, aes(y = meankW, x = rTime, colour = season)) +
@@ -278,7 +281,7 @@ The wide dataset has a count of NAs per row (dateTime) from which we infer how m
@@ -307,13 +310,13 @@ nrow(aggDT[propExpected == 1])