Description Usage Arguments Examples
View source: R/order_brain_areas.R
The function interpolates a linear model within two points, and finds at which x the curve has a specified y.
1 | find_intercept(x, y, inter = 0)
|
x |
number of x variable |
y |
number of y variable |
inter |
number of y at which you want to calculate x |
1 | find_intercept(x = c(-1.1, 1.1) , y = c(-1.1, 0.9))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.