Description Usage Arguments Value See Also Examples
The function will currently find the mean y
for a given x
. Only
works for monotonic functions. A future enhancement could be to loop through
y
segments to find y
for a given x
within each segment.
This would be equivalent to rough root finding function. Such segments could
be found using: rlen(x > x_out)
1 2 |
df_mtp |
The data frame containing |
x_out |
the |
x_name |
the name of |
y_name |
the name of |
feat_name |
the root name of the feature, defaults to |
returns a data frame with feature
and value
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.