From 6a93f94d4b62c65257008812350962dae5f45cd4 Mon Sep 17 00:00:00 2001 From: Jonathan Berrisch Date: Sat, 24 May 2025 13:07:48 +0200 Subject: [PATCH] Dummy commit to test hook --- 25_07_phd_defense/index.qmd | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/25_07_phd_defense/index.qmd b/25_07_phd_defense/index.qmd index 7df7037..f2e57b5 100644 --- a/25_07_phd_defense/index.qmd +++ b/25_07_phd_defense/index.qmd @@ -242,7 +242,10 @@ plot(w[, 3], text(20, 0.5, TeX("$w_3(x)$"), cex = 2, col = "#e423b4") arrows(5, 0.25, 0, 0, , lwd = 4, bty = "n") plot.new() -plot(rowSums(X * w), lwd = 4, type = "l", xlab = "", ylab = "", xaxt = "n", yaxt = "n", bty = "n", col = "#298829") +plot(rowSums(X * w), + lwd = 4, type = "l", xlab = "", ylab = "", xaxt = "n", + yaxt = "n", bty = "n", col = "#298829" +) ``` :::