| detect_type | R Documentation |
Detect variable type for JSD
detect_type(x, y, discrete_max_unique = 10, tol = 1e-08)
x |
First vector. |
y |
Second vector. |
discrete_max_unique |
Maximum number of unique values for integer-like numeric data to be treated as discrete. |
tol |
Tolerance for integer-like detection. |
One of "continuous" or "discrete".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.