View source: R/elaborator_derive_equal_values.R
elaborator_derive_equal_values | R Documentation |
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
elaborator_derive_equal_values(y, x)
y |
numeric vector |
x |
numeric vector |
A numeric vector with the indices for all elements of a vector x that are contained in another vector y.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.