check_epochs | R Documentation |
epochs
is validCheck if the epochs
is valid
Will stop if not.
check_epochs(epochs)
epochs |
number of epochs, as checked by check_epochs |
Note that in some contexts, epochs
cannot be zero.
That condition will be checked in that context.
Nothing. Will stop if epochs
is invalid.
Richèl J.C. Bilderbeek
check_epochs(0)
check_epochs(1)
check_epochs(100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.