check_alpha | R Documentation |
Ensures input values are non-negative.
check_alpha(alpha)
check_theta(theta)
alpha |
Values of alpha to check. |
theta |
Values of theta to check. |
An error if any theta or alpha is negative;
an invisible value otherwise. NA
values do not throw an error.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.