You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is_near - returns logical if something is near another value (within tolerance)
top_near - like top_n. Returns "top n" nearest results within tolerance. So. So top_near(data, x, near, tol) where x is a vector, near is a number to compare each value, and tol is the tolerance to accept values within for the first place.
The text was updated successfully, but these errors were encountered:
is_near
- returns logical if something is near another value (within tolerance)top_near
- liketop_n
. Returns "top n" nearest results within tolerance. So. Sotop_near(data, x, near, tol)
wherex
is a vector,near
is a number to compare each value, andtol
is the tolerance to accept values within for the first place.The text was updated successfully, but these errors were encountered: