findYIndex | R Documentation |
findYIndex finds the index of Y vector corresponding to a given Value
findYIndex(Y, Value, tolerance = 0.01)
Y |
numeric vector |
Value |
numeric value |
tolerance |
numeric value, precision required to find out Y |
Returns Y index
## Not run:
findYIndex(Y, Value, tolerance=0.01)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.