| validate_xy | R Documentation |
Validate paired inputs
validate_xy(x, y, min_n = 1, na_rm = TRUE, finite_only = FALSE)
x |
First input vector. |
y |
Second input vector. |
min_n |
Minimum required sample size after filtering. |
na_rm |
Logical; remove missing values? |
finite_only |
Logical; keep only finite values? |
A list with cleaned x and y.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.