small_step_planeroot_from_matrix: Find root points on x-y plane from logical matrix and x,y...

View source: R/numeric.R

small_step_planeroot_from_matrixR Documentation

Find root points on x-y plane from logical matrix and x,y axes.

Description

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

Usage

small_step_planeroot_from_matrix(x, y, z)

Arguments

x

sequence of x-axis

y

sequence oy y-axis

z

logical matrix of function values whose root are searched

Value

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

Note

nrow(z) and ncol(z) should be equal to length(x) and length(y), respectively.


hmito/hmRLib documentation built on Sept. 8, 2024, 4:49 p.m.