newton.method function - RDocumentation
www.rdocumentation.org › 2 › topicsnewton.method: Demonstration of the Newton-Raphson method for root-finding Description. This function provides an illustration of the iterations in Newton's method. Usage newton.method( FUN = function(x) x^2 - 4, init = 10, rg = c(-1, 10), tol = 0.001, interact = FALSE, col.lp = c("blue", "red", "red"), main, xlab, ylab, ... ) Arguments