Zeros | R Documentation |
Finds zeros of a function within a specified domain
Zeros(tilde, domain = NULL, ..., nsegs = 131)
tilde |
tilde expression defining a function, suitable
for |
domain |
specification of domain, as in |
... |
Assignments to parameters |
nsegs |
Subdivide the domain into this many segments, looking for a zero in each of those segments. This helps to find multiple zeros. |
A data frame with two columns. The first has the name
of the input in the tilde expression, and gives the values
for that input at which the function is approximately zero.
The second column, .output.
gives
the actual value of the function at the inputs in the first column.
Zeros(a*x + b ~ x, a=1, b=2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.