Dummy commit to test hook
This commit is contained in:
@@ -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"
|
||||
)
|
||||
```
|
||||
|
||||
:::
|
||||
|
||||
Reference in New Issue
Block a user