small_step_planeroot_from_matrix | R Documentation |
Return vectors which are sequence of root points on the given grid (x,y).
small_step_planeroot_from_matrix(x, y, z)
x |
sequence of x-axis |
y |
sequence oy y-axis |
z |
logical matrix of function values whose root are searched |
list(x,y). x and y are sequence of points.
nrow(z) and ncol(z) should be equal to length(x) and length(y), respectively.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.