| times | R Documentation |
times() and div() are convenient and stricter functions
for creating growing or decaying precision teaching values with values
with values greater or equal than 1 (or otherwise raise an error).
times(x = double())
div(x = double())
x |
A numeric vector. Values must be greater or equal than 1. |
A numeric vector of class ptvalue that represent precision teaching mesures.
times(c(1, 2, 4))
div(c(1, 2, 4))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.