elaborator_derive_equal_values {elaborator} | R Documentation |
Returns indices for all elements of a vector x that are contained in another vector y
Description
This function is mostly useful for generating the qualitative trend analysis plots. It returns the indices or all elements of a vector x that are contained in another vector y
Usage
elaborator_derive_equal_values(y, x)
Arguments
y |
numeric vector |
x |
numeric vector |
Value
A numeric vector with the indices for all elements of a vector x that are contained in another vector y.
[Package elaborator version 1.3.5 Index]