small_step_planeroot: Find root points on x-y plane by using small step method

View source: R/numeric.R

small_step_planerootR Documentation

Find root points on x-y plane by using small step method

Description

Return vectors which are sequence of root points on the given grid (x,y).

Usage

small_step_planeroot(func, xlim = c(0, 1), ylim = c(0, 1), n = 1001, ...)

Arguments

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"

Value

list(x,y). x and y are sequence of points.


hmito/hmRLib documentation built on March 13, 2024, 9:41 p.m.