Description Usage Arguments Value
View source: R/template_double.R
Generate a numerical vector with uniform distribution
1 2 3 4 5 | template_numerical_uniform(
min_value = 0,
max_value = 1,
max_distict_values = NULL
)
|
min_value |
minimum value in the vector |
max_value |
maximum value in the vector |
max_distict_values |
maximum number of disctict values in the vector |
numerical vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.