## Not run:
# s <- 2; v <- 1; x <- seq(-1.1, 1.1, length = 201)
# plot(x, lerch(x, s = s, v = v), type = "l", col = "blue", las = 1,
# main = paste("lerch(x, s = ", s,", v =", v, ")", sep = ""))
# abline(v = 0, h = 1, lty = "dashed", col = "gray")
#
# s <- rnorm(n = 100)
# max(abs(zeta(s) - lerch(x = 1, s = s, v = 1))) # This fails (a bug); should be 0
# ## End(Not run)
Run the code above in your browser using DataLab