vlkr_alpha_interpolated | R Documentation |
Interpolate an alpha value based on case numbers
vlkr_alpha_interpolated(
n,
n_min = 20,
n_max = 100,
alpha_min = VLKR_POINT_ALPHA,
alpha_max = 1
)
n |
Number of cases |
n_min |
The case number where the minimum alpha value starts |
n_max |
The case number where the maximum alpha value ends |
alpha_min |
The minimum alpha value |
alpha_max |
The maximum alpha value |
A value between the minimum and the maximum alpha value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.