small_step_planeroot | R Documentation |
Return vectors which are sequence of root points on the given grid (x,y).
small_step_planeroot(func, xlim = c(0, 1), ylim = c(0, 1), n = 1001, ...)
func |
Function whose root points are searched |
xlim |
min and max value of x-axis. |
ylim |
min and max value of y-axis. |
n |
step num for small_step search |
... |
optional arguments to be passed to "func" |
list(x,y). x and y are sequence of points.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.